Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
Adds print statement to determine python path
  • Loading branch information
paynejason committed Nov 6, 2023
1 parent 14640ba commit 0ddf137
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: show python path
run: python -c "import sys; print('\n'.join(sys.path))"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip --version
pip install -r requirements.txt
pip install flake8 pytest
pip install -e .
Expand Down

0 comments on commit 0ddf137

Please sign in to comment.