Skip to content

Commit

Permalink
Install python deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fcooper8472 committed Jan 3, 2024
1 parent 2a40800 commit 5890e20
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,15 @@ jobs:
run: |
poetry run pytest tests/extract.py
- name: C++ deps
- name: Install C++ deps
run: |
sudo apt install libboost-math-dev
- name: Install Python deps
run: |
pip install --upgrade pip wheel
pip install numpy scipy
- name: Compile and run C++ files
run: |
g++ -o pdf pdf.cpp
Expand Down

0 comments on commit 5890e20

Please sign in to comment.