Skip to content

Commit

Permalink
Use bash for CI script
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mstimberg committed Sep 7, 2023
1 parent 402b642 commit f43dc5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
float_dtype_32: [false, true]
python-version: ["${{ needs.get_python_versions.outputs.max-python }}"]

defaults:
run:
shell: bash

steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit f43dc5d

Please sign in to comment.