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.
2 parents bca68e8 + 1cb7511 commit fbe2a15Copy full SHA for fbe2a15
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v3
21
22
- name: Set up Python ${{ matrix.python-version }}
23
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
24
with:
25
python-version: ${{ matrix.python-version }}
26
.github/workflows/code_coverage.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
- name: Set up Python 3.9
17
18
19
python-version: '3.9'
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
python-version: "3.9"
0 commit comments