Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
Adding back the install
  • Loading branch information
paynejason committed Nov 8, 2023
1 parent 427ef2d commit c39a408
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- name: show python path
run: |
python -c "import sys; print('\n'.join(sys.path))"
PYTHONPATH
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand All @@ -34,9 +35,9 @@ jobs:
- name: Check package location
run: |
pip show pandas
# - name: Install text2term
# run: |
# pip install -e .
- name: Install text2term
run: |
pip install -e .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit c39a408

Please sign in to comment.