Skip to content

Commit

Permalink
Merge pull request #7 from reichlab/bsweger/fix-github-workflow
Browse files Browse the repository at this point in the history
Fix pip install when setting up code checks workflow
  • Loading branch information
bsweger authored Sep 12, 2024
2 parents c459e34 + 5c1a914 commit d52af34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements/requirements-dev.txt -e .
pip install -r requirements/requirements-dev.txt && pip install -e .
- name: lint
run: |
ruff check .
Expand Down

0 comments on commit d52af34

Please sign in to comment.