We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ecc52 commit 86ab368Copy full SHA for 86ab368
1 file changed
.github/workflows/cdci.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
strategy:
16
matrix:
17
- os: ["ubuntu-latest", "macos-13", "macos-latest", "windows-latest"]
+ os: ["ubuntu-latest"] # test only on ubuntu basic tests, but run integration on all platforms
18
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
19
steps:
20
- uses: actions/checkout@v4
0 commit comments