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 1914496 commit 72ac187Copy full SHA for 72ac187
.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