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 93d44ce commit 12c6acbCopy full SHA for 12c6acb
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
- uses: actions/checkout@v5
34
- name: Set up Python ${{ matrix.python-version }}
35
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
36
with:
37
python-version: ${{ matrix.python-version }}
38
- name: Install tox
0 commit comments