Skip to content

Commit e41140c

Browse files
committed
Use github action to set RUSTPYTHONPATH
1 parent 9e00501 commit e41140c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ jobs:
6969
run: pipenv run pytest -v
7070
working-directory: ./tests
7171
- name: run cpython tests
72-
run: |
73-
export RUSTPYTHONPATH=`pwd`/Lib
74-
cargo run --release -- -m test -v
72+
run: cargo run --release -- -m test -v
73+
env:
74+
RUSTPYTHONPATH: ${{ github.workspace }}/Lib
7575

7676
format:
7777
name: Check Rust code with rustfmt and clippy

0 commit comments

Comments
 (0)