Skip to content

Commit

Permalink
Explicitly add shell
Browse files Browse the repository at this point in the history
  • Loading branch information
mjwen committed Dec 16, 2023
1 parent c69f458 commit f462f5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ jobs:
- name: Install
run: |
shell: bash -el {0}
python -m pip install --upgrade pip
python -m pip install .[test]
- name: Test with pytest
- name: Run tests
run: pytest

0 comments on commit f462f5a

Please sign in to comment.