We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7948e8 commit 111bc37Copy full SHA for 111bc37
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v4
22
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
23
- uses: pre-commit/[email protected]
24
with:
25
extra_args: --hook-stage manual --all-files
@@ -74,7 +74,7 @@ jobs:
74
if: matrix.sys.os == 'macos-latest'
75
run: brew install autoconf automake libtool
76
77
78
if: matrix.sys.os != 'windows-latest'
79
80
python-version: ${{ matrix.python-version }}
0 commit comments