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 8d977d8 commit db7df22Copy full SHA for db7df22
.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@v4
+ uses: actions/setup-python@v5
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
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: install flit
0 commit comments