Skip to content

Commit

Permalink
Fix block quote in run statement.
Browse files Browse the repository at this point in the history
It looks like this was omitted by accident, and somehow it worked anyway
until recently.
  • Loading branch information
grahamgower committed Nov 21, 2024
1 parent 3dc7280 commit 7fd12a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: install developer dependencies
# missing pipe on next line
run:
run: |
pip install --upgrade pip
pip install -r requirements.txt

0 comments on commit 7fd12a5

Please sign in to comment.