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 9b47556 commit f894143
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,24 @@ jobs:

- name: Generate env spec
run: pip install tomli && python make_env.py test --py ${{ matrix.python-version }}
- name: Get current date
id: date
run: echo "date=$(date +%Y-%m-%d)" >> "${GITHUB_OUTPUT}"
- name: Setup Micromamba
uses: mamba-org/setup-micromamba@v1
env:
ACTIONS_STEP_DEBUG: true
with:
# cache-downloads: true
# cache-environment: true
condarc: |
channels:
- 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
environment-file: ./environment.yml
environment-name: hydromt
init-shell: bash
log-level: debug


# - name: Set cache date
Expand Down

0 comments on commit f894143

Please sign in to comment.