Skip to content

Commit

Permalink
Update GitHub Actions workflow to use bash shell for dependency insta…
Browse files Browse the repository at this point in the history
…llation
  • Loading branch information
saleh-mir committed Feb 11, 2025
1 parent 5e47e63 commit 7b716aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-
- name: Install dependencies
shell: bash
run: |
python -m ensurepip --upgrade
python -m pip install --upgrade pip
Expand All @@ -54,6 +55,7 @@ jobs:
if [ ! ${{ matrix.python-version }} = "3.10" ]; then pip install numba; fi
pip install -e . -U
- name: Test with pytest
shell: bash
run: |
pip install pytest
pytest

0 comments on commit 7b716aa

Please sign in to comment.