Skip to content

Commit

Permalink
Try with default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Feb 19, 2024
1 parent 23fc76a commit 8a7a7fe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
python-version: ["3.10", "3.11", "3.12"]
fail-fast: false

defaults:
run:
shell: bash

steps:
- uses: actions/checkout@v4
Expand All @@ -63,6 +60,7 @@ jobs:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
- name: Install uv
shell: "bash"
# Installing uv via curl is much faster than via pip,
# but there doesn't seem to be a great alternative to pip on Windows
# in the context of GitHub Actions
Expand Down

0 comments on commit 8a7a7fe

Please sign in to comment.