Skip to content

Commit

Permalink
Install more blas deps for Ubuntu crackle-viewer build
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenrparsons committed Nov 21, 2024
1 parent be29321 commit 6ccbaea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-crackle-viewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
python-version: '3.11'
- name: Install openblas
if: matrix.os == 'ubuntu-20.04'
run: sudo apt-get install libopenblas-dev
run: sudo apt-get install -y python3-dev python3-pip build-essential gfortran libopenblas-dev liblapack-dev
- name: Install PyInstaller and Dependencies
working-directory: ${{ github.workspace }}/crackle-viewer
run: |
Expand Down
2 changes: 1 addition & 1 deletion crackle-viewer/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Crackle-Viewer

<img src="crackle_viewer.png" alt="Crackle-Viewer Logo" width="200"/>
<img src="crackle_viewer.png" alt="Crackle-Viewer Logo" width="250"/>

## Awards
This project won multiple awards in the [Vesuvius Challenge 2023](https://scrollprize.org/):
Expand Down

0 comments on commit 6ccbaea

Please sign in to comment.