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 5dc1044 commit abf91d7Copy full SHA for abf91d7
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
steps:
53
- uses: actions/checkout@v4
54
- name: Setup python
55
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
56
with:
57
python-version: ${{ matrix.PYTHON.VERSION }}
58
- run: python -m pip install tox coverage
0 commit comments