Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
Continued debugging
  • Loading branch information
paynejason committed Nov 6, 2023
1 parent 8804a3e commit 431dace
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install flake8 pytest
- name: Check package location
run: |
pip show pandas
- name: Install text2term
run: |
pip install -e .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 431dace

Please sign in to comment.