Skip to content
Snippets Groups Projects
Commit e6b9b8dc authored by Alina Lacheim's avatar Alina Lacheim
Browse files

added new Python versions to the pipeline

parent 06c0f09c
No related branches found
No related tags found
1 merge request!62Draft: Feature/extend_pipeline
Pipeline #56750 passed
......@@ -56,6 +56,10 @@ build-job: # This job runs in the build stage, which runs first.
unit-test-job: # This job runs in the test stage.
stage: test
parallel:
matrix:
- PYTHON_VERSION: ["3.8", "3.9", "3.10"]
image: python:${PYTHON_VERSION}
script:
- echo "Running unit tests..."
- pip install pytest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment