Skip to content

Commit

Permalink
debugging github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nickp60 committed Apr 22, 2024
1 parent 275980b commit 1517489
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -e .
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand All @@ -40,4 +41,5 @@ jobs:
pytest
- name: Test CLI
run: |
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
fcid 2252NYLT4

0 comments on commit 1517489

Please sign in to comment.