Skip to content

Commit

Permalink
environemt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinp0 committed Apr 17, 2023
1 parent 308b434 commit 16c537c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cont_int.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 16c537c

Please sign in to comment.