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 cf43e95 commit 3ec821cCopy full SHA for 3ec821c
.github/workflows/tests.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- name: Set up Python
18
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v4
19
with:
20
python-version: "3.8"
21
- uses: pre-commit/[email protected]
@@ -41,7 +41,7 @@ jobs:
41
42
43
- name: Set up Python ${{ matrix.python-version }}
44
- uses: actions/setup-python@v2
45
46
python-version: ${{ matrix.python-version }}
47
- name: Install dependencies
@@ -82,7 +82,7 @@ jobs:
82
- name: Checkout source
83
uses: actions/checkout@v4
84
85
86
87
python-version: 3.8
88
- name: Build package
0 commit comments