Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
kwant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Joseph Weston
kwant
Commits
d8e00f2c
Commit
d8e00f2c
authored
5 years ago
by
Joseph Weston
Browse files
Options
Downloads
Patches
Plain Diff
remove qsymm installation from test setup
Qsymm is now installed in the testing image directly
parent
8c0f0a9b
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.yml
+0
-6
0 additions, 6 deletions
.gitlab-ci.yml
with
0 additions
and
6 deletions
.gitlab-ci.yml
+
0
−
6
View file @
d8e00f2c
...
...
@@ -103,24 +103,18 @@ build-env:default:
before_script
:
-
source deactivate
-
source activate kwant-latest
-
pip install qsymm
.bleeding-edge-env
:
&bleeding_edge_env
before_script
:
-
source deactivate
-
conda env update -f /kwant-latest.yml
-
source activate kwant-latest
-
pip install qsymm
.ubuntu-env
:
&ubuntu_env
image
:
gitlab.kwant-project.org:5005/kwant/kwant/ubuntu
before_script
:
-
pip3 install qsymm
.debian-env
:
&debian_env
image
:
gitlab.kwant-project.org:5005/kwant/kwant/debian
before_script
:
-
pip3 install qsymm
## Build Jobs
...
...
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