Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MetaRL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Wang, Mia
MetaRL
Commits
479d6aa7
Commit
479d6aa7
authored
Apr 22, 2022
by
sk2521
Browse files
Options
Downloads
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
d4968b9a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+10
-7
10 additions, 7 deletions
.gitlab-ci.yml
with
10 additions
and
7 deletions
.gitlab-ci.yml
+
10
−
7
View file @
479d6aa7
build-job
:
stage
:
build
script
:
-
python3 -m venv venv
-
. venv/bin/activate
-
pip3 install wheel
-
pip3 install -r requirements.txt --no-cache-dir
#
build-job:
#
stage: build
#
script:
#
- python3 -m venv venv
#
- . venv/bin/activate
#
- pip3 install wheel
#
- pip3 install -r requirements.txt --no-cache-dir
test-job
:
stage
:
test
script
:
-
python3 -m venv venv
-
. venv/bin/activate
-
pip3 install -r requirements.txt --no-cache-dir
-
pytest
# deploy-job:
...
...
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
sign in
to comment