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 d670f3f commit 97e0982Copy full SHA for 97e0982
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
fetch-depth: 1
20
submodules: true
21
- name: Set up Python 3.9
22
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
23
with:
24
python-version: 3.9
25
- name: Install dependencies
@@ -55,7 +55,7 @@ jobs:
55
56
name: python-packages
57
- name: Set up Python ${{ matrix.python-version }}
58
59
60
python-version: ${{ matrix.python-version }}
61
- name: Install tools
0 commit comments