Skip to content

Commit

Permalink
(fix): maybe needs a shell?
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Nov 20, 2024
1 parent 8acd6b3 commit 2b18e55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ jobs:
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]

defaults:
run:
shell: bash -el {0}

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 2b18e55

Please sign in to comment.