Skip to content

Commit fc23740

Browse files
improve pyEnv to make sure the tests pass on CI
1 parent f514ea3 commit fc23740

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/python-app.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
python -m pip install --upgrade pip
4242
pip install -r requirements.txt
4343
44+
- name: Set PYTHONPATH
45+
run: echo "PYTHONPATH=$PWD/src" >> $GITHUB_ENV
46+
47+
- name: Debug package installation
48+
run: python -c "import chargedPlanner; print(chargedPlanner.__file__)"
49+
4450
- name: Lint with flake8
4551
run: |
4652
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics

0 commit comments

Comments
 (0)