Skip to content

Commit

Permalink
Installing libffi7
Browse files Browse the repository at this point in the history
  • Loading branch information
manasaV3 committed Jan 18, 2024
1 parent afddf5d commit 16f9214
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Install dependencies
# need npe2 here to test preview page
run: |
sudo apt install libffi7
pip install --upgrade pip
pip install -r requirements.txt
pip install -r test-requirements.txt
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dataworkflow-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt install libffi7
pip install --upgrade pip
pip install -r requirements.txt
pip install -r test-requirements.txt
Expand Down

0 comments on commit 16f9214

Please sign in to comment.