Skip to content
Snippets Groups Projects
Commit d8e00f2c authored by Joseph Weston's avatar Joseph Weston
Browse files

remove qsymm installation from test setup

Qsymm is now installed in the testing image directly
parent 8c0f0a9b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment