Skip to content

Commit

Permalink
run on bash and stay sane
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Peschke <[email protected]>
  • Loading branch information
lukapeschke committed Jan 26, 2024
1 parent 197fb8a commit 6984c59
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
env:
MIN_PYTHON_VERSION: "3.8"

defaults:
run:
shell: bash

jobs:
# lint:
# runs-on: ubuntu-latest
Expand Down Expand Up @@ -75,7 +79,7 @@ jobs:
- name: Install dependencies
run: |
echo $PATH
echo "PATH IS $PATH"
make install-test-requirements
- name: Test
Expand Down

0 comments on commit 6984c59

Please sign in to comment.