Skip to content

Commit

Permalink
add shell
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhmaj committed Oct 15, 2024
1 parent 4de2530 commit 32057e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ jobs:
cache-downloads: true
cache-environment: true
init-shell: bash powershell
- name: Install & Test polyhedral-gravity (Unix)
- name: Install & Test polyhedral-gravity
run: |
pip install . -vv --no-build-isolation
pytest -n 3
shell: bash -el {0}


0 comments on commit 32057e1

Please sign in to comment.