We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf0b143 + 2f08647 commit c6beeeeCopy full SHA for c6beeee
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
name: Visual Studio with ${{matrix.compiler}} and Python ${{ matrix.python-version }}
23
steps:
24
- uses: actions/checkout@v5
25
- - uses: actions/setup-python@v5.6.0
+ - uses: actions/setup-python@v6.0.0
26
with:
27
python-version: ${{ matrix.python-version }}
28
- name: Install meson, ninja, numpy and cython
0 commit comments