Skip to content

Commit 30c5414

Browse files
committed
Revert integration test changes
1 parent f89317b commit 30c5414

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/test.yml

+3-11
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,14 @@ env:
1313
jobs:
1414
integration:
1515
name: Integration test
16-
runs-on: ${{ matrix.os }}
17-
strategy:
18-
fail-fast: false
19-
matrix:
20-
python-version: ["3.13", "3.14"]
21-
os: [windows-latest, macos-latest, ubuntu-latest]
16+
runs-on: ubuntu-latest
2217
steps:
2318
- uses: actions/checkout@v4
2419
with:
2520
persist-credentials: false
26-
27-
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v5
21+
- uses: actions/setup-python@v5
2922
with:
30-
python-version: ${{ matrix.python-version }}
31-
allow-prereleases: true
23+
python-version: "3.13"
3224

3325
- name: Set up requirements
3426
run: |

0 commit comments

Comments
 (0)