Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelstanton committed May 15, 2024
1 parent c915764 commit 3894be0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
shell: bash -l {0}
run: |
set -vxeuo pipefail
python -m pip install -r requirements.txt
python -m pip install -r requirements.in
python -m pip install .[dev]
python -m pip list
Expand Down

0 comments on commit 3894be0

Please sign in to comment.