Skip to content

Commit

Permalink
fixup! .gitlab-ci.manager.yml: python3.13 unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alesmrazek committed Oct 8, 2024
1 parent 8364347 commit e815516
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@ default:
- linux
- amd64

examples:py3.12:
examples:py3.13:
stage: check
script:
- poetry install --only main,dev
- poe examples
variables:
PYTHON_INTERPRETER: python3.12
PYTHON_INTERPRETER: python3.13

lint:py3.12:
lint:py3.13:
stage: check
script:
- poetry install --only main,dev,lint
- poe check
variables:
PYTHON_INTERPRETER: python3.12
PYTHON_INTERPRETER: python3.13

.unit: &unit
stage: check
Expand Down

0 comments on commit e815516

Please sign in to comment.