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 6353ae6 commit a4140bbCopy full SHA for a4140bb
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
steps:
49
- uses: actions/checkout@v3
50
- name: Setup python
51
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
52
with:
53
python-version: ${{ matrix.PYTHON.VERSION }}
54
- run: python -m pip install tox coverage
0 commit comments