Skip to content

Commit 6133b7e

Browse files
committed
prod settings
1 parent 0f57b20 commit 6133b7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ 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\"]}"
165-
job_matrix: "{\"platform\": [\"ubuntu-latest\", \"macos-latest\", \"windows-latest\"], \"python-version\": [\"3.11\"]}"
164+
job_matrix: "{\"platform\": [\"ubuntu-latest\", \"macos-latest\", \"windows-latest\"], \"python-version\": [\"3.8\", \"3.9\", \"3.10\", \"3.11\", \"3.12\"]}"
165+
# 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'
168168

0 commit comments

Comments
 (0)