Skip to content
Snippets Groups Projects
Commit fce316d7 authored by Atharva Dharmadhikari's avatar Atharva Dharmadhikari
Browse files

Update .gitlab-ci.yml file

parent eb816faf
No related branches found
No related tags found
No related merge requests found
Pipeline #140063 failed
run_tests: run_tests:
image: python:3.12.3-bullseye image: python:3.12.3-bullseye
before_script: before_script:
- apt-get update && apt-get install pip - apt-get update && apt-get install -y pip
- pip install -r requirements.txt - pip install -r requirements.txt
script: script:
- python src_to_implement/NumpyTest.py Bonus - python src_to_implement/NumpyTest.py Bonus
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment