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 968081f commit ea46f44Copy full SHA for ea46f44
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v3
18
- name: Set up Python 3.9
19
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
20
with:
21
python-version: "3.9"
22
- uses: pre-commit/[email protected]
@@ -37,7 +37,7 @@ jobs:
37
38
39
- name: Set up Python ${{ matrix.python-version }}
40
41
42
python-version: ${{ matrix.python-version }}
43
- name: Install dependencies
@@ -69,7 +69,7 @@ jobs:
69
- name: Checkout source
70
uses: actions/checkout@v3
71
- name: Set up Python
72
73
74
python-version: "3.10"
75
- name: install flit
0 commit comments