Skip to content

Commit 24a0b97

Browse files
committed
deactivate some jobs in ci to debug
1 parent fae0a58 commit 24a0b97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: ${{ vars.TEST_JOB_ON != 'false' && !contains(github.event.head_commit.message, '_CI_SKIP_') }}
2020
uses: boromir674/automated-workflows/.github/workflows/python-build.yml@develop
2121
with:
22-
job_matrix: "{\"platform\": [\"ubuntu-latest\", \"macos-latest\"], \"python-version\": [\"3.9\", \"3.10\", \"3.11\", \"3.12\"]}"
22+
job_matrix: "{\"platform\": [\"ubuntu-latest\"], \"python-version\": [\"3.11\"]}"
2323

2424
# uses: boromir674/automated-workflows/.github/workflows/test_build.yml@develop
2525
# with:

0 commit comments

Comments
 (0)