Skip to content

Commit

Permalink
added shell
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Jan 5, 2025
1 parent a4192ac commit d621add
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:

- name: install dependencies
shell: bash -el {0}
run: |
python -m pip install .[tests]
run: python -m pip install .[tests]

- name: Test with pytest
shell: bash -el {0}
Expand Down

0 comments on commit d621add

Please sign in to comment.