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 e209baf commit 99a38bd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
#conda install -c conda-forge -y pyyaml jinja2 ninja
#conda install -y requests
echo "pip version: $(pip --version)"
echo "pip list:"
pip list
#echo "pip list:"
#pip list <- only certifi 2024.2.2 and pip 24.0 installed
echo "check requests"
#pip show requests <- throws error if not installed
pip install requests
echo "pip install pyyaml jinja2 requests:"
pip install pyyaml jinja2 requests
echo "brew install ninja"
brew install ninja
#$CONDA/bin/python setup.py -n all

0 comments on commit 99a38bd

Please sign in to comment.