We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04217d6 commit 18b9902Copy full SHA for 18b9902
.github/workflows/tests.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
- uses: actions/checkout@v4
26
- name: Set up Python
27
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
28
with:
29
python-version: ${{matrix.python}}
30
- name: Install dependencies
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
python-version: 3.8
54
@@ -88,7 +88,7 @@ jobs:
88
- name: Checkout source
89
uses: actions/checkout@v4
90
- name: Set up Python 3.8
91
92
93
python-version: "3.8"
94
- name: install flit
0 commit comments