Re-enable test in CI
1 unresolved thread
1 unresolved thread
Fix #4 (closed)
Merge request reports
Activity
Filter activity
5 # test-3.7_glx: 6 # extends: .test-3.7_glx 7 # before_script: 8 # - !reference [.test-3.7_glx, before_script] 9 # - pip install numpy 10 11 # test_sdist-3.7_glx: 12 # extends: .test_sdist-3.7_glx 13 # before_script: 14 # - !reference [.test_sdist-3.7_glx, before_script] 15 # - pip install numpy 5 test-3.8_glx: 6 extends: .test-3.8_glx 7 before_script: 8 - !reference [.test-3.8_glx, before_script] 9 - pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.esrf.fr/ixstools/ixsscan.git I had to use some tricks since the
ixstools
package is not accessible without auth:
requested review from @denolf
mentioned in commit a199eca9
mentioned in issue #3 (closed)
Please register or sign in to reply