Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,6 @@ before_script: - conda init - source /root/.bashrc - source activate autocnet_env - pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org -r test_requirements.txt stages: - test Loading @@ -26,6 +25,7 @@ stages: unit-test-job: stage: test script: - pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org -r test_requirements.txt - wget "https://asc-isisdata.s3.us-west-2.amazonaws.com/autocnet_test_data/B08_012650_1780_XN_02S046W.l1.cal.destriped.crop.cub" -P tests/test_subpixel_match/ - wget "https://asc-isisdata.s3.us-west-2.amazonaws.com/autocnet_test_data/D16_033458_1785_XN_01S046W.l1.cal.destriped.crop.cub" -P tests/test_subpixel_match/ - wget "https://asc-isisdata.s3.us-west-2.amazonaws.com/autocnet_test_data/J04_046447_1777_XI_02S046W.l1.cal.destriped.crop.cub" -P tests/test_subpixel_match/ Loading @@ -40,6 +40,7 @@ unit-test-job: doc-build-and-deploy: stage: test script: - pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org -r doc_requirements.txt - cd docs - make html artifacts: Loading doc_requirements.txt 0 → 100644 +3 −0 Original line number Diff line number Diff line sphinx numpydoc jupyter-sphinx Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,6 @@ before_script: - conda init - source /root/.bashrc - source activate autocnet_env - pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org -r test_requirements.txt stages: - test Loading @@ -26,6 +25,7 @@ stages: unit-test-job: stage: test script: - pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org -r test_requirements.txt - wget "https://asc-isisdata.s3.us-west-2.amazonaws.com/autocnet_test_data/B08_012650_1780_XN_02S046W.l1.cal.destriped.crop.cub" -P tests/test_subpixel_match/ - wget "https://asc-isisdata.s3.us-west-2.amazonaws.com/autocnet_test_data/D16_033458_1785_XN_01S046W.l1.cal.destriped.crop.cub" -P tests/test_subpixel_match/ - wget "https://asc-isisdata.s3.us-west-2.amazonaws.com/autocnet_test_data/J04_046447_1777_XI_02S046W.l1.cal.destriped.crop.cub" -P tests/test_subpixel_match/ Loading @@ -40,6 +40,7 @@ unit-test-job: doc-build-and-deploy: stage: test script: - pip install --trusted-host pypi.org --trusted-host pypi.python.org --trusted-host files.pythonhosted.org -r doc_requirements.txt - cd docs - make html artifacts: Loading
doc_requirements.txt 0 → 100644 +3 −0 Original line number Diff line number Diff line sphinx numpydoc jupyter-sphinx