We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e00501 commit e41140cCopy full SHA for e41140c
.github/workflows/ci.yaml
@@ -69,9 +69,9 @@ jobs:
69
run: pipenv run pytest -v
70
working-directory: ./tests
71
- name: run cpython tests
72
- run: |
73
- export RUSTPYTHONPATH=`pwd`/Lib
74
- cargo run --release -- -m test -v
+ run: cargo run --release -- -m test -v
+ env:
+ RUSTPYTHONPATH: ${{ github.workspace }}/Lib
75
76
format:
77
name: Check Rust code with rustfmt and clippy
0 commit comments