Skip to content

Commit faf6456

Browse files
authored
Merge pull request #580 from grahamgower/ci-is-always-breaking
Fix dev-deps github workflow job
2 parents 1c38a2f + 63941fe commit faf6456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
python-version: ${{ matrix.python-version }}
2929

3030
- name: install developer dependencies
31-
run:
31+
run: |
3232
pip install --upgrade pip
3333
pip install -r requirements.txt

0 commit comments

Comments
 (0)