Skip to content

Commit

Permalink
Install gmpy master in deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Oct 14, 2022
1 parent 3e67c2b commit dcef312
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
- name: Install dependencies
run: |
sudo apt install -y libgmp-dev libmpfr-dev libmpc-dev
git clone https://github.com/aleaxit/gmpy
cd gmpy
python setup.py install
cd ..
pip install -r requirements.txt
pip install coveralls
pip install -e .
Expand Down

0 comments on commit dcef312

Please sign in to comment.