Skip to content

Commit

Permalink
Fix pip install when setting up code checks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bsweger committed Sep 11, 2024
1 parent c459e34 commit 5c1a914
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 5c1a914

Please sign in to comment.