Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
savente93 committed Aug 9, 2023
1 parent f894143 commit 24be88f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,13 @@ jobs:
- conda-forge
cache-environment-key: environment-${{ steps.date.outputs.date }}-${{matrix.python-version}}
cache-downloads-key: downloads-${{ steps.date.outputs.date }}-${{matrix.python-version}}
cache-downloads: true
cache-environment: true
# cache-downloads: true
# cache-environment: true
environment-file: ./environment.yml
environment-name: hydromt
init-shell: bash
# init-shell: bash
post-cleanup: 'all'



# - name: Set cache date
Expand Down

0 comments on commit 24be88f

Please sign in to comment.