We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0d663 commit 60f6a0dCopy full SHA for 60f6a0d
.github/workflows/ci_static-analysis.yaml
@@ -32,7 +32,7 @@ jobs:
32
- black-check
33
steps:
34
- uses: actions/checkout@v3
35
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v3
36
with:
37
python-version: 3.8
38
- run: |
.github/workflows/ci_tests.yaml
@@ -38,7 +38,7 @@ jobs:
# - examples
39
40
41
42
43
python-version: ${{ matrix.python }}
44
architecture: ${{ matrix.platform.architecture }}
@@ -60,7 +60,7 @@ jobs:
60
- test-upstream-requirements-py37
61
62
63
- - uses: actions/setup-python@v1
64
65
python-version: 3.7
66
0 commit comments