Skip to content
Snippets Groups Projects
Commit ca376902 authored by Jan Bernoth's avatar Jan Bernoth
Browse files

upgrade pip

parent 2a1cfe6e
No related branches found
No related tags found
No related merge requests found
...@@ -14,6 +14,7 @@ tests: ...@@ -14,6 +14,7 @@ tests:
image: "python:latest" image: "python:latest"
stage: test stage: test
script: script:
- pip install --upgrade pip
- pip install -r requirements.txt - pip install -r requirements.txt
- pytest - pytest
- python src/main.py - python src/main.py
......
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