Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -24,5 +24,5 @@ unit-test-job: # This job runs in the test stage. - ls -lrt # - mamba env create -f environment.yml --prefix /autocnet - mamba create --prefix /autocnet python - source /root/.bashrc && conda activate /autocnet && pytest - mamba init bash && source /root/.bashrc && mamba activate /autocnet && pytest Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -24,5 +24,5 @@ unit-test-job: # This job runs in the test stage. - ls -lrt # - mamba env create -f environment.yml --prefix /autocnet - mamba create --prefix /autocnet python - source /root/.bashrc && conda activate /autocnet && pytest - mamba init bash && source /root/.bashrc && mamba activate /autocnet && pytest