Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Rezeptsammlung
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lerngruppe
Rezeptsammlung
Commits
133afd74
Commit
133afd74
authored
3 weeks ago
by
saxnot
Browse files
Options
Downloads
Patches
Plain Diff
Attempt to fix CI (use python venv)
parent
c83008a3
No related branches found
No related tags found
1 merge request
!3
Merge branch used for cleanup and CI
Pipeline
#3471
failed
3 weeks ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yml
with
3 additions
and
1 deletion
.gitlab-ci.yml
+
3
−
1
View file @
133afd74
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment