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 f360734 commit 80ab472Copy full SHA for 80ab472
.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@v3
+ - uses: actions/setup-python@v4
36
with:
37
python-version: 3.8
38
- run: |
.github/workflows/ci_tests.yaml
@@ -37,7 +37,7 @@ jobs:
# - examples
39
40
41
42
python-version: ${{ matrix.python }}
43
architecture: ${{ matrix.platform.architecture }}
@@ -59,7 +59,7 @@ jobs:
59
- test-upstream-requirements-py37
60
61
62
63
64
python-version: 3.7
65
0 commit comments