Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
enstools-compression
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
w2w
enstools-compression
Commits
e9a9401e
Commit
e9a9401e
authored
1 year ago
by
Oriol.Tinto
Browse files
Options
Downloads
Plain Diff
Fix CI.
parents
391c796c
7b22a5e9
No related branches found
No related tags found
1 merge request
!17
Development
Pipeline
#18657
passed
1 year ago
Stage: test
Stage: deploy_test
Stage: test_install
Stage: deploy_prod
Stage: prod_install
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
e9a9401e
...
...
@@ -50,7 +50,7 @@ install-from-testpypi:
-
apt install -yq git vim python3 python3-pip python3-venv
script
:
-
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ enstools-compression --break-system-packages
-
python -c "from enstools.compression import api"
-
python
3
-c "from enstools.compression import api"
deploy-to-pypi
:
...
...
@@ -83,4 +83,4 @@ install-from-pypi:
-
apt install -yq git vim python3 python3-pip python3-venv
script
:
-
pip install enstools-compression --break-system-packages
-
python -c "from enstools.compression import api"
-
python
3
-c "from enstools.compression import api"
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