Skip to content

Commit

Permalink
Test install using micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Jun 17, 2024
1 parent 1e2434b commit 9d4ca0b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/compare-refdata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,9 @@ jobs:
environment-name: tardis
cache-environment: true
cache-downloads: true

- name: Update environment
working-directory: tardis/
run: mamba update -n tardis --file conda-linux-64.lock


- name: Install Bokeh
run: mamba install bokeh --channel conda-forge --no-update-deps --yes
run: micromamba install bokeh --channel conda-forge --no-update-deps --yes

- name: Generate reference data for comparison
working-directory: tardis/
Expand Down

0 comments on commit 9d4ca0b

Please sign in to comment.