We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 436c724 commit c6d4bf3Copy full SHA for c6d4bf3
.github/workflows/ci.yaml
@@ -9,16 +9,12 @@ on:
9
jobs:
10
integration-tests:
11
runs-on: ubuntu-latest
12
- strategy:
13
- fail-fast: false
14
- matrix:
15
- python: ["3.10", "3.12"]
16
steps:
17
- uses: actions/checkout@v3
18
- - name: Set up Python ${{ matrix.python }}
+ - name: Set up Python 3.12
19
uses: actions/setup-python@v4
20
with:
21
- python-version: ${{ matrix.python }}
+ python-version: 3.12
22
- name: Setup Node 18
23
uses: actions/setup-node@v3
24
0 commit comments