Skip to content
Snippets Groups Projects
Commit aeb02041 authored by Richter, Manuela's avatar Richter, Manuela
Browse files

Merge branch 'main' of...

parents 2eb055cc caa7f203
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@ before_script:
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- which python
test:
......@@ -44,6 +45,7 @@ run:
tags:
- env:docker
script:
- pip install -r requirements.txt
- python trial_json.py
# an alternative approach is to install and run:
# - pip install dist/*
......
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