We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 31889d0 + 72ac187 commit 3cd07edCopy full SHA for 3cd07ed
1 file changed
.github/workflows/ci.yml
@@ -9,17 +9,14 @@ on:
9
jobs:
10
test:
11
runs-on: ubuntu-latest
12
- strategy:
13
- matrix:
14
- python-version: ["3.9", "3.10", "3.11"]
15
16
steps:
17
- uses: actions/checkout@v4
18
19
- - name: Set up Python ${{ matrix.python-version }}
+ - name: Set up Python 3.10
20
uses: actions/setup-python@v5
21
with:
22
- python-version: ${{ matrix.python-version }}
+ python-version: "3.10"
23
cache: "pip"
24
25
- name: Install dependencies
0 commit comments