Skip to content

Commit

Permalink
TO REMOVE: temporarily remove github action cache
Browse files Browse the repository at this point in the history
  • Loading branch information
leavauchier committed Jul 16, 2024
1 parent 909bff5 commit 0b23644
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/cicd_light.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,13 @@ jobs:

# See https://github.com/marketplace/actions/setup-micromamba
- name: setup-micromamba
uses: mamba-org/setup-micromamba@v1.9.0
uses: mamba-org/setup-micromamba@v1.8.1
with:
environment-file: environment.yml
environment-name: pdaltools # activate the environment
cache-environment: true
cache-downloads: true
cache-environment: false
cache-downloads: false
log-level: info
generate-run-shell: true

- name: Run tests with pytest
Expand Down

0 comments on commit 0b23644

Please sign in to comment.