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 770a1ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
strategy:
fail-fast: false
matrix:
pybind11-branch: [ "master" ]
runs-on: [ "ubuntu-latest" ]
pybind11-branch: [ "master" ]
python:
- "3.11"
- "3.10"
Expand All @@ -52,6 +52,7 @@ jobs:
- "3.7"
include:
- runs-on: "windows-2022"
pybind11-branch: "master"
python: "3.11"
steps:
- uses: actions/checkout@v3
Expand All @@ -75,6 +76,7 @@ jobs:
run: pip install .

- name: Run tests
shell: bash
run: >
./tests/run-tests.sh \
--pybind11-branch "${{ matrix.pybind11-branch }}" \
Expand Down

0 comments on commit 770a1ef

Please sign in to comment.