Skip to content

Commit

Permalink
added python virtualenv for CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
mlietzow committed Jan 24, 2025
1 parent 97cb045 commit d0c7727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pytest:

before_script:
- python3 --version
- pip3 --version # for debugging
- python3 -m venv ./venv && source ./venv/bin/activate
- pip3 install -r requirements.txt

script:
Expand Down

0 comments on commit d0c7727

Please sign in to comment.