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.
1 parent aa8aed7 commit 95c9040Copy full SHA for 95c9040
.github/workflows/test.yaml
@@ -29,6 +29,7 @@ jobs:
29
- "3.12"
30
runs-on: ${{ matrix.os }}
31
steps:
32
+ - uses: actions/checkout@v4
33
- uses: ./.github/actions/setup-python-and-git
34
with:
35
python-version: ${{ matrix.python-version }}
0 commit comments