Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sean Leavey
dcc
Commits
c4291374
Commit
c4291374
authored
Jan 27, 2022
by
Sean Leavey
Browse files
Fix CI
parent
38672b19
Pipeline
#347945
passed with stages
in 1 minute and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c4291374
...
...
@@ -45,7 +45,7 @@ test/py38:
# dependencies not available in normal environments.
-
mamba create -n test python=3.8 ciecplib make
-
mamba activate test
-
pip install
-f
wheelhouse
dcc
-
pip install wheelhouse
/
dcc
-*-py3-none-any.whl
# Install testing dependencies.
-
pip install pytest requests-mock
script
:
...
...
@@ -64,7 +64,7 @@ test/py310:
# dependencies not available in normal environments.
-
mamba create -n test python=3.10 ciecplib make
-
mamba activate test
-
pip install
-f
wheelhouse
dcc
-
pip install wheelhouse
/
dcc
-*-py3-none-any.whl
# Install testing dependencies.
-
pip install pytest requests-mock
script
:
...
...
@@ -87,7 +87,7 @@ docs/html:
# dependencies not available in normal environments.
-
mamba create -n docs python=3.8 ciecplib make
-
mamba activate docs
-
pip install
-f
wheelhouse
dcc
-
pip install wheelhouse
/
dcc
-*-py3-none-any.whl
# Install documentation dependencies.
-
pip install sphinx sphinxcontrib-programoutput insipid-sphinx-theme numpydoc
script
:
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment