Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
conan-pybind11
Commits
75fb13cb
Commit
75fb13cb
authored
Apr 04, 2019
by
Michaël Roynard
Browse files
Remove pytest installation from CI script (added to docker image)
parent
98daf62b
Pipeline
#7939
passed with stage
in 13 minutes and 9 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
75fb13cb
...
...
@@ -22,7 +22,6 @@ stages:
image
:
mroynard/ubuntu-toolset:stable
script
:
-
set -e
-
pip install pytest
-
conan create
--build missing
-pr $CONAN_PROFILE
...
...
@@ -87,7 +86,6 @@ distcheck-package-linux-bintray:
image
:
mroynard/ubuntu-toolset:stable
script
:
-
set -e
-
pip install pytest
-
conan remote add $CONAN_BINTRAY_REMOTE_NAME $CONAN_BINTRAY_REMOTE_URL
-
conan user
-p $CONAN_BINTRAY_API_KEY
...
...
@@ -108,7 +106,6 @@ distcheck-package-linux-lrde:
image
:
mroynard/ubuntu-toolset:stable
script
:
-
set -e
-
pip install pytest
-
conan remote add $CONAN_LRDE_REMOTE_NAME $CONAN_LRDE_REMOTE_URL
-
conan user
-p $CONAN_LRDE_API_KEY
...
...
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