Skip to content

Commit

Permalink
Correct extra install name
Browse files Browse the repository at this point in the history
Need to install `test` extra installs to get pytest instead of `dev`.
  • Loading branch information
TimothyWillard committed Oct 7, 2024
1 parent ea3ebc6 commit 3d087c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gempyor-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install gempyor
run: |
python -m pip install --upgrade pip
python -m pip install "flepimop/gempyor_pkg[dev]"
python -m pip install "flepimop/gempyor_pkg[test]"
shell: bash
- name: Run gempyor tests
run: |
Expand Down

0 comments on commit 3d087c7

Please sign in to comment.