Skip to content

Commit e6adf54

Browse files
try to add to path by another way
1 parent be66dbe commit e6adf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/packing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ jobs:
550550
- name: Run tests
551551
run: |
552552
. .venv/bin/activate
553-
export PYTHONPATH="$PYTHONPATH:."
553+
export PYTHONPATH=$PYTHONPATH:.:./
554554
make test-pure-install
555555
if: matrix.target.dist == 'bookworm' || matrix.target.dist == 'noble'
556556

0 commit comments

Comments
 (0)