Skip to content

Commit cfaf2ec

Browse files
authored
add pythonpath echo
1 parent 943cdaf commit cfaf2ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python_package.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
python -m pip install --upgrade pip
3232
pip install setuptools wheel pluggy
3333
pip install flake8 pytest pytest-metadata pytest-cov coveralls
34+
echo "PYTHONPATH=$PYTHONPATH" >> $GITHUB_ENV
3435
- name: Install package requirements
3536
run: pip install -r requirements.txt
3637
- name: Install package

0 commit comments

Comments
 (0)