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
Wout De Nolf
dahu-demo
Commits
1adf5b85
Commit
1adf5b85
authored
Jan 14, 2022
by
Wout De Nolf
Browse files
CI miniconda image
parent
556f8cf2
Pipeline
#64159
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
1adf5b85
image
:
docker-registry.esrf.fr/dau/ewoks:
python_3.8
image
:
docker-registry.esrf.fr/dau/ewoks:
miniconda3
stages
:
-
style
...
...
@@ -14,7 +14,7 @@ lint:
stage
:
style
extends
:
.base
script
:
-
pip
install black flake8
-
conda
install black flake8
-
black --check .
-
flake8
...
...
@@ -22,8 +22,9 @@ test:
stage
:
test
extends
:
.base
script
:
-
python -m pip install --upgrade pip setuptools
-
python -m pip install numpy
-
conda config --env --add channels conda-forge
-
conda config --env --add channels tango-controls
-
conda install --file demo/requirements-conda.txt
-
python -m pip install git+https://github.com/woutdenolf/dahu.git@server_entry_point
-
pip install .[test]
-
pytest --pyargs dahu
...
...
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