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 ca813f0 commit 61b37c1Copy full SHA for 61b37c1
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Checkout
26
uses: actions/[email protected]
27
- name: Setup Python 3.9
28
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v3
29
with:
30
python-version: 3.9
31
#----------------------------------------------
@@ -97,7 +97,7 @@ jobs:
97
98
99
- name: Setup Python ${{ matrix.pyver }}
100
101
102
python-version: ${{ matrix.pyver }}
103
@@ -158,7 +158,7 @@ jobs:
158
159
160
161
162
163
164
- name: Install Poetry
0 commit comments