Skip to content

Commit

Permalink
system deps?
Browse files Browse the repository at this point in the history
  • Loading branch information
Sceki committed Nov 24, 2024
1 parent 6f61b01 commit b846d25
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ jobs:
build:

runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand All @@ -26,6 +25,10 @@ jobs:
uses: actions/setup-python@master
with:
python-version: 3.8
- name: Install System Dependencies
run: |
sudo apt-get update
sudo apt-get install -y libfftw3-dev libopenblas-dev
- name: Install
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit b846d25

Please sign in to comment.