Skip to content

Commit

Permalink
test: GOAT toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Jan 22, 2025
1 parent ec1e04f commit 3e5076b
Show file tree
Hide file tree
Showing 5 changed files with 3,039 additions and 1,887 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- name: Install dependencies
run: poetry install -E test
run: poetry install
- name: Run tests with coverage report
run: poetry run pytest --cov-report=xml --junitxml=junit.xml
- name: Upload results to Codecov
Expand Down
8 changes: 7 additions & 1 deletion libertai_agents/mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@
ignore_missing_imports = True

[mypy-huggingface_hub.*]
ignore_missing_imports = True
ignore_missing_imports = True

[mypy-goat_adapters.*]
ignore_missing_imports = True

[mypy-goat_wallets.*]
ignore_missing_imports = True
Loading

0 comments on commit 3e5076b

Please sign in to comment.