Skip to content

Commit 5ba52ab

Browse files
committed
ci: enable python 3.8 job in test/build matrix
1 parent e1170b1 commit 5ba52ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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\", \"macos-latest\"], \"python-version\": [\"3.8\", \"3.9\", \"3.10\", \"3.11\", \"3.12\"]}"
2323
distribute_tests: false # avoid perf decrease due to test distribution overhead
2424
# tests are too fast so cpu distribution overhead increases total test execution time
2525

0 commit comments

Comments
 (0)