Skip to content

Commit

Permalink
activate venv in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Mar 6, 2024
1 parent 680d9b6 commit 7a2dbc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +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
maturin develop
pytest
Expand Down

0 comments on commit 7a2dbc2

Please sign in to comment.