Skip to content

Commit

Permalink
Update run-tests.yml (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
william-galvin authored Oct 26, 2024
1 parent 9ca7c80 commit 7d7ee74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install cmake dependency
run: sudo apt-get install librhash-dev

- name: Install Zernikegrams
run: |
conda install -y python=3.10
Expand Down

0 comments on commit 7d7ee74

Please sign in to comment.