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 84e4b4c commit 664c0c5Copy full SHA for 664c0c5
.github/workflows/build.yml
@@ -19,19 +19,23 @@ jobs:
19
20
steps:
21
- name: Check out the repository
22
- uses: actions/[email protected]
+ uses: actions/checkout@v3
23
+
24
- name: Setup Python
- uses: actions/setup-python@v2.2.1
25
+ uses: actions/setup-python@v4.2.0
26
with:
27
python-version: ${{ matrix.PYTHON.VERSION }}
28
29
- name: Upgrade pip
30
run: |
31
pip install --constraint=.github/workflows/constraints.txt pip
32
pip --version
33
34
- name: Install Tox
35
36
pip install --constraint=.github/workflows/constraints.txt tox
37
tox --version
38
39
- name: Run Tox
40
run: tox
41
env:
0 commit comments