Skip to content

Commit

Permalink
fix system python workflow
Browse files Browse the repository at this point in the history
not sure how this passed on the PR
  • Loading branch information
esheldon committed May 25, 2020
1 parent b78afde commit b7f5530
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/system-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
sudo apt install build-essential libx11-dev libxft-dev libxt-dev libxaw7-dev libpng-dev ghostscript
- name: pip install deps
run: |
python -m pip install --upgrade pip
pip install numpy
pip install pytest
Expand Down

0 comments on commit b7f5530

Please sign in to comment.