Skip to content

Commit c6d4bf3

Browse files
committed
fix: Remove matix from integration-tests
1 parent 436c724 commit c6d4bf3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: .github/workflows/ci.yaml

+2-6
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@ on:
99
jobs:
1010
integration-tests:
1111
runs-on: ubuntu-latest
12-
strategy:
13-
fail-fast: false
14-
matrix:
15-
python: ["3.10", "3.12"]
1612
steps:
1713
- uses: actions/checkout@v3
18-
- name: Set up Python ${{ matrix.python }}
14+
- name: Set up Python 3.12
1915
uses: actions/setup-python@v4
2016
with:
21-
python-version: ${{ matrix.python }}
17+
python-version: 3.12
2218
- name: Setup Node 18
2319
uses: actions/setup-node@v3
2420
with:

0 commit comments

Comments
 (0)