Skip to content

Commit

Permalink
Fix github build (x2)
Browse files Browse the repository at this point in the history
  • Loading branch information
mehaase committed Aug 11, 2023
1 parent fc01297 commit f81f2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Poetry
run: curl -sSL https://install.python-poetry.org/ | python -
- name: Add Poetry to PATH
run: echo "$HOME/.poetry/bin" >> $GITHUB_PATH
run: echo "/root/.local/bin" >> $GITHUB_PATH
- name: Run tests
run: poetry run pytest --cov=agnostic tests/
env:
Expand Down

0 comments on commit f81f2cf

Please sign in to comment.