Skip to content

Commit

Permalink
Add tests with newer python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Aug 22, 2024
1 parent e6c5c37 commit f8bc6d1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ test_python_39:
interruptible: true
rules:
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_BRANCH =~ /.*python3\.?9.*/
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
dependencies: []
cache:
paths:
Expand Down Expand Up @@ -135,7 +135,7 @@ test_python_310:
- .cache/
rules:
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_BRANCH =~ /.*python3\.?10.*/
- if: $CI_PIPELINE_SOURCE == "merge_request_event"

test_python_311:
stage: test
Expand Down Expand Up @@ -164,7 +164,7 @@ test_python_311:
- .cache/
rules:
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_BRANCH =~ /.*python3\.?11.*/
- if: $CI_PIPELINE_SOURCE == "merge_request_event"

test_python_312:
stage: test
Expand Down Expand Up @@ -193,8 +193,7 @@ test_python_312:
- .cache/
rules:
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_PIPELINE_SOURCE == "merge_request_event" && $CI_COMMIT_BRANCH =~ /.*python3\.?12.*/

- if: $CI_PIPELINE_SOURCE == "merge_request_event"

build_docs:
stage: test
Expand Down

0 comments on commit f8bc6d1

Please sign in to comment.