Skip to content

Commit

Permalink
correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Mar 6, 2024
1 parent 7a2dbc2 commit 282b409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
if: github.ref_name != 'main' && matrix.python-version == '3.11' && matrix.os == 'ubuntu-latest'
working-directory: sample_plugin
run: |
. py-polars/.venv/bin/activate
. $GITHUB_WORKSPACE/py-polars/.venv/bin/activate
maturin develop
pytest
Expand Down

0 comments on commit 282b409

Please sign in to comment.