Skip to content

Commit 422e854

Browse files
committed
ci: remove windows from Test Matrix of CI/CD Pipeline
1 parent 9b25dd8 commit 422e854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
if: ${{ needs.set_github_outputs.outputs.TESTS_ENABLED == 'true' }}
162162
uses: ./.github/workflows/test-job.yml
163163
with:
164-
job_matrix: "{\"platform\": [\"ubuntu-latest\", \"macos-latest\", \"windows-latest\"], \"python-version\": [\"3.8\", \"3.9\", \"3.10\", \"3.11\", \"3.12\"]}"
164+
job_matrix: "{\"platform\": [\"ubuntu-latest\", \"macos-latest\"], \"python-version\": [\"3.8\", \"3.9\", \"3.10\", \"3.11\", \"3.12\"]}"
165165
# job_matrix: "{\"platform\": [\"ubuntu-latest\", \"macos-latest\", \"windows-latest\"], \"python-version\": [\"3.11\"]}"
166166
# job_matrix: "{\"platform\": [\"windows-latest\"], \"python-version\": [\"3.11\"]}"
167167
# artifact_name: 'dist'

0 commit comments

Comments
 (0)