diff --git a/.github/workflows/cont_int.yml b/.github/workflows/cont_int.yml index 2c63743c..619237d6 100644 --- a/.github/workflows/cont_int.yml +++ b/.github/workflows/cont_int.yml @@ -50,8 +50,7 @@ jobs: - name: Update environment run: - mamba env update -n anaconda-client-env -f - etc/example-environment-caching.yml + mamba env update -n t3_env -f environment.yml if: steps.cache.outputs.cache-hit != 'true' - name: Install codecov