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 1f6c1ae commit 94c3b45Copy full SHA for 94c3b45
.github/workflows/tests.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v2
21
- name: Set up Python 3.8
22
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
23
with:
24
python-version: 3.8
25
- uses: pre-commit/action@v3.0.0
@@ -35,7 +35,7 @@ jobs:
35
36
37
- name: Set up Python ${{ matrix.python-version }}
38
39
40
python-version: ${{ matrix.python-version }}
41
- name: Install dependencies
@@ -71,7 +71,7 @@ jobs:
71
- name: Checkout source
72
uses: actions/checkout@v2
73
- name: Set up Python
74
75
76
python-version: "3.8"
77
- name: install flit
0 commit comments