Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab_shared_files
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
aidge
gitlab_shared_files
Commits
9f9ab946
Commit
9f9ab946
authored
5 months ago
by
Cyril Moineau
Browse files
Options
Downloads
Patches
Plain Diff
Add back installation of wheels but keep test commented.
parent
faa5abd1
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab/ci/release/pip.gitlab-ci.yml
+7
-7
7 additions, 7 deletions
.gitlab/ci/release/pip.gitlab-ci.yml
with
7 additions
and
7 deletions
.gitlab/ci/release/pip.gitlab-ci.yml
+
7
−
7
View file @
9f9ab946
...
@@ -26,13 +26,13 @@ release:pip:ubuntu:
...
@@ -26,13 +26,13 @@ release:pip:ubuntu:
-
echo "Reinstalling each found wheels = ${WHEELS}"
-
echo "Reinstalling each found wheels = ${WHEELS}"
# This test should be done in relevent package.
# This test should be done in relevent package.
#
- >
-
>
#
for wheel in $WHEELS; do # not sure if a for loop is needed here but just in case multiple wheels are found
for wheel in $WHEELS; do # not sure if a for loop is needed here but just in case multiple wheels are found
#
python -m pip install --force-reinstall $wheel[test]
python -m pip install --force-reinstall $wheel[test]
#
python -m pip list
python -m pip list
#
cd $CI_PROJECT_NAME # entering package so python doesn't import local package and in
cd $CI_PROJECT_NAME # entering package so python doesn't import local package and in
#
python -m pytest unit_tests/*
#
python -m pytest unit_tests/*
#
done
done
deploy:pip:ubuntu
:
deploy:pip:ubuntu
:
extends
:
extends
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment