Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-neal authored Feb 15, 2024
1 parent 256874d commit 027ce92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest setuptools
if [ -f requirements_dev.txt ]; then pip install -r requirements_dev.txt; fi
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
requirements_dev.txt ]; then pip install -r requirements_dev.txt
pip install -r requirements.txt
- name: Install eneric
run: |
pip install -e .[dev,test,docs,ci]
Expand Down

0 comments on commit 027ce92

Please sign in to comment.