Loading .gitlab-ci.yml +1 −4 Original line number Diff line number Diff line Loading @@ -22,9 +22,6 @@ unit-test-job: # This job runs in the test stage. script: - echo "Running unit tests... This will take about 60 seconds." - ls -lrt - mamba env create -f environment.yml --prefix /autocnet - conda init bash - source /root/.bashrc - conda activate /autocnet - mamba env update -f environment.yml - pytest Loading
.gitlab-ci.yml +1 −4 Original line number Diff line number Diff line Loading @@ -22,9 +22,6 @@ unit-test-job: # This job runs in the test stage. script: - echo "Running unit tests... This will take about 60 seconds." - ls -lrt - mamba env create -f environment.yml --prefix /autocnet - conda init bash - source /root/.bashrc - conda activate /autocnet - mamba env update -f environment.yml - pytest