Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
biocodz authored Feb 28, 2024
1 parent c1f0321 commit e209baf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
echo "pip list:"
pip list
echo "check requests"
pip show requests
#pip show requests <- throws error if not installed
pip install requests
echo "brew install ninja"
brew install ninja
#$CONDA/bin/python setup.py -n all

0 comments on commit e209baf

Please sign in to comment.