Skip to content

Commit

Permalink
different shell bash
Browse files Browse the repository at this point in the history
  • Loading branch information
alanisaac committed Apr 2, 2024
1 parent 1911687 commit c5dfbce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
python-version: ["3.11", "3.12"]
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
shell: bash
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand All @@ -24,6 +23,8 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Install dependencies
shell: bash
run: poetry install
- name: Test
shell: bash
run: poetry run pytest

0 comments on commit c5dfbce

Please sign in to comment.