diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a619ef0..5e6b4ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 @@ -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 \ No newline at end of file