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 24831b3 commit 8c9e1e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,8 @@ jobs:

- name: Run tests
shell: bash
env:
PYBIND11_BRANCH: "${{ matrix.pybind11 }}"
STUBS_SUB_DIR: "stubs/python-${{ matrix.python }}/pybind11-${{ matrix.pybind11 }}"
run: >
tests/run-tests.sh --pybind11-branch "${{ matrix.pybind11 }}" --stubs-sub-dir "stubs/python-${{ matrix.python }}/pybind11-${{ matrix.pybind11 }}"
tests/run-tests.sh --pybind11-branch "$PYBIND11_BRANCH" --stubs-sub-dir "$STUBS_SUB_DIR"

0 comments on commit 8c9e1e9

Please sign in to comment.