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

ci: remove sympy from CI config

sympy is installed in the Kwant testing image now.
parent 1e6c0860
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -57,7 +57,6 @@ check for dependencies installed: ...@@ -57,7 +57,6 @@ check for dependencies installed:
build documentation: build documentation:
stage: test stage: test
script: script:
- pip3 install sympy
- make -C doc realclean; make -C doc html SPHINXOPTS='-A website_deploy=True -n -W' REFNAME="${CI_COMMIT_TAG:-$CI_COMMIT_SHA}" SOURCE_URL="$CI_PROJECT_URL"/blob - make -C doc realclean; make -C doc html SPHINXOPTS='-A website_deploy=True -n -W' REFNAME="${CI_COMMIT_TAG:-$CI_COMMIT_SHA}" SOURCE_URL="$CI_PROJECT_URL"/blob
artifacts: artifacts:
paths: paths:
...@@ -68,7 +67,6 @@ build documentation: ...@@ -68,7 +67,6 @@ build documentation:
run tests: run tests:
stage: test stage: test
script: script:
- pip3 install sympy
- py.test --cov=kwant --cov-report term --cov-report html --flakes kwant - py.test --cov=kwant --cov-report term --cov-report html --flakes kwant
artifacts: artifacts:
paths: paths:
...@@ -78,7 +76,6 @@ run tests: ...@@ -78,7 +76,6 @@ run tests:
check for broken links in doc: check for broken links in doc:
stage: test stage: test
script: script:
- pip3 install sympy
- make -C doc linkcheck - make -C doc linkcheck
allow_failure: true allow_failure: true
......
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