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 2dc4064 commit 1c400f1Copy full SHA for 1c400f1
.github/workflows/main.yml
@@ -17,6 +17,7 @@ jobs:
17
uses: actions/setup-python@v5
18
with:
19
python-version: ${{ matrix.python-version }}
20
+ check-latest: true
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
0 commit comments