Skip to content

Commit

Permalink
try to set pythonpath again
Browse files Browse the repository at this point in the history
  • Loading branch information
locsmith committed Apr 16, 2024
1 parent 9a2fd9e commit a3f8e19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
- name: Set pythonpath
run: |
export "PYTHONPATH=$PYTHONPATH:${PWD}/src" >> $GITHUB_ENV
PWD=$(pwd)
echo "PYTHONPATH=${PWD}/src" >> $GITHUB_ENV
- name: Run pytest
run: |
Expand Down

0 comments on commit a3f8e19

Please sign in to comment.