Skip to content

Commit

Permalink
ci: Fix windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
sizmailov committed Aug 31, 2023
1 parent 7c511ae commit 0f3570c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
if: ${{ failure() || success() }}

tests:
name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • pybind-${{ matrix.pybind11-branch }}"
name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • pybind-${{ matrix.pybind11 }}"
runs-on: ${{ matrix.runs-on }}
strategy:
fail-fast: false
matrix:
pybind11-branch: [ "master" ]
pybind11: [ "master" ]
runs-on: [ "ubuntu-latest" ]
python:
- "3.11"
Expand Down Expand Up @@ -76,6 +76,4 @@ jobs:

- name: Run tests
run: >
./tests/run-tests.sh \
--pybind11-branch "${{ matrix.pybind11-branch }}" \
--stubs-sub-dir "stubs/python-${{ matrix.python }}/pybind11-${{ matrix.pybind11-branch }}" \
tests/run-tests.sh --pybind11-branch "${{ matrix.pybind11 }}" --stubs-sub-dir "stubs/python-${{ matrix.python }}/pybind11-${{ matrix.pybind11 }}"

0 comments on commit 0f3570c

Please sign in to comment.