Skip to content

Commit

Permalink
Merge pull request #580 from grahamgower/ci-is-always-breaking
Browse files Browse the repository at this point in the history
Fix dev-deps github workflow job
  • Loading branch information
grahamgower authored Nov 22, 2024
2 parents 1c38a2f + 63941fe commit faf6456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: install developer dependencies
run:
run: |
pip install --upgrade pip
pip install -r requirements.txt

0 comments on commit faf6456

Please sign in to comment.