Skip to content

Commit

Permalink
Python fix after Ubuntu update
Browse files Browse the repository at this point in the history
  • Loading branch information
hrutvik committed Aug 12, 2024
1 parent 5ac70b1 commit aa328a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,7 @@ jobs:
run: cd pure/examples && make check
- name: Check that benchmarks compile
run: |
apt install -y python3 python3-pip
pip install parse matplotlib pandas
apt install -y python3 python3-parse python3-matplotlib python3-pandas
cd pure/examples
git apply benchmark/benchmark.patch
touch lib/basis_ffi.c
Expand Down

0 comments on commit aa328a2

Please sign in to comment.