Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
digitalearth
DASF Data Analytics Software Framework
dasf-progress-api
Commits
efcb1594
Commit
efcb1594
authored
Jul 01, 2021
by
Daniel Eggert
Browse files
Delete .gitlab-ci.yml
parent
9482344f
Changes
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
deleted
100644 → 0
View file @
9482344f
image
:
ubuntu
build
:
script
:
-
apt update
-
apt install -y python3-pip
# install the python library
-
apt install -y python3-venv
# within the root of the repository create the virtual environment
# This will use the default python 3 interpreter on your machine (3.6 on
# Ubuntu 18.04).
-
python3 -m venv venv
# activate
-
source venv/bin/activate
# test whether we can install that package into that virtual environment
-
pip install -e ./
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment