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
Ievgen Vovk
ctapipe_io_magic
Commits
8fa630ea
Commit
8fa630ea
authored
Nov 23, 2021
by
Alessio Berti
Browse files
Install pytest and get version.
parent
114ab686
Pipeline
#115713
failed with stage
in 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8fa630ea
...
...
@@ -9,13 +9,14 @@ before_script:
#- apt-get update -qq
-
which python
-
which pip3
-
which pytest-3
-
python --version
#- DEBIAN_FRONTEND=noninteractive apt-get -t testing install -yq python3.6
#- apt-get -t testing install -y -qq python3-pip
#- apt-get -t testing install -y -qq python3-pytest
-
pip3 install pytest
-
pytest --version
-
pip3 install https://gitlab.mpcdf.mpg.de/ievo/ctapipe-mpp/-/archive/master/ctapipe-mpp-master.tar.gz
-
pip3 install https://github.com/cta-observatory/ctapipe-extra/archive/master.tar.gz
-
pip3 install -e .
...
...
@@ -23,4 +24,4 @@ before_script:
run_tests
:
script
:
# - echo "Yes!"
-
pytest
-3
-vvs
-
pytest -vvs
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