Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Q
qsymm
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
Container Registry
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
Quantum Tinkerer
qsymm
Commits
6acfba50
Verified
Commit
6acfba50
authored
1 year ago
by
Anton Akhmerov
Browse files
Options
Downloads
Patches
Plain Diff
switch to mamba and update latest python
parent
8ef6238f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!28
attempt to fix E
Pipeline
#158671
failed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
environment-latest.yml
+1
-1
1 addition, 1 deletion
environment-latest.yml
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
4
−
4
View file @
6acfba50
...
...
@@ -12,24 +12,24 @@ image: gitlab.kwant-project.org:5005/qt/research-docker
test minimal requirements
:
script
:
-
cond
a env create -f environment-minimal.yml
-
mamb
a env create -f environment-minimal.yml
-
source activate qsymm-minimal
-
py.test qsymm/ --cov=qsymm --verbose --cov-report term
stage
:
test
test latest requirements
:
script
:
-
cond
a env create -f environment-latest.yml
-
mamb
a env create -f environment-latest.yml
-
source activate qsymm-latest
-
py.test qsymm/ --cov=qsymm --verbose --cov-report term
stage
:
test
test kwant against latest qsymm
:
script
:
-
cond
a env create -f environment-latest.yml
-
mamb
a env create -f environment-latest.yml
-
source activate qsymm-latest
# Get bleeding-edge Kwant
-
cond
a install cython
-
mamb
a install cython
-
pip install .
# need to install qsymm so that the kwant test can find it
-
pip install git+https://gitlab.kwant-project.org/kwant/kwant.git@stable
-
export KWANT_QSYMM_PATH=$(python -c "$KWANT_QSYMM_TEST_PATH_SCRIPT")
...
...
This diff is collapsed.
Click to expand it.
environment-latest.yml
+
1
−
1
View file @
6acfba50
...
...
@@ -2,7 +2,7 @@ name: qsymm-latest
channels
:
-
conda-forge
dependencies
:
-
python=3.1
0
-
python=3.1
1
-
numpy
-
scipy
-
sympy
...
...
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