Skip to content

Commit

Permalink
try passing test2
Browse files Browse the repository at this point in the history
  • Loading branch information
YuXHe15 committed Oct 15, 2023
1 parent 4b8464b commit dd637d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/usecase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
key: conda-${{ hashFiles('environment.yml') }}-${{ env.DATE }}-${{ env.CACHE_NUMBER }}
id: cache

- name: Install libGLU
run: sudo apt-get install -y libglu1-mesa

- name: Update environment
run: mamba env update -n amworkflow -f environment.yml
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit dd637d6

Please sign in to comment.