Skip to content

Commit

Permalink
Update hsp2-install-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rburghol authored Feb 28, 2024
1 parent 3bd434f commit bb527e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hsp2-install-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# install the hsp2 executable using dev environment
sudo pip install -e ".[dev]"
sudo pip install -e ".[extras_require[dev]]"
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit bb527e2

Please sign in to comment.