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
a0cb9588
Commit
a0cb9588
authored
Jan 14, 2022
by
Wout De Nolf
Browse files
fix dependencies
parent
1adf5b85
Pipeline
#64167
failed with stages
in 2 minutes and 56 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a0cb9588
...
...
@@ -25,7 +25,8 @@ test:
-
conda config --env --add channels conda-forge
-
conda config --env --add channels tango-controls
-
conda install --file demo/requirements-conda.txt
-
conda install pytest
-
python -m pip install git+https://github.com/woutdenolf/dahu.git@server_entry_point
-
pip install .
[test]
-
pip install .
-
pytest --pyargs dahu
-
pytest -v
setup.cfg
View file @
a0cb9588
...
...
@@ -11,12 +11,12 @@ packages = find:
python_requires = >=3.6
install_requires =
dahu
ewoks
[options.extras_require]
test =
pytest
ewoks[test]
dahu[tango]
dev =
%(test)s
black
...
...
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