Skip to content
Snippets Groups Projects
Commit 133afd74 authored by saxnot's avatar saxnot :speech_balloon:
Browse files

Attempt to fix CI (use python venv)

parent c83008a3
No related branches found
No related tags found
1 merge request!3Merge branch used for cleanup and CI
Pipeline #3471 failed
...@@ -4,7 +4,9 @@ default: ...@@ -4,7 +4,9 @@ default:
entrypoint: [""] entrypoint: [""]
before_script: before_script:
- apk add --no-cache build-base python3 python3-dev py3-pip ttf-freefont - apk add --no-cache build-base python3 python3-dev py3-pip ttf-freefont
- pip install recipemd - python3 -m venv .venv
- source .venv/bin/activate
- python3 -m pip install recipemd
check_filenames: check_filenames:
allow_failure: true allow_failure: true
......
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