Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
Making the program fail just to see a new error message
  • Loading branch information
paynejason committed Nov 8, 2023
1 parent d65b547 commit 427ef2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
python-version: "3.9"
python-version: "3.10"
- name: show python path
run: |
python -c "import sys; print('\n'.join(sys.path))"
Expand All @@ -34,9 +34,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 427ef2d

Please sign in to comment.