Skip to content

Commit

Permalink
Update build_osx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
biocodz authored Feb 29, 2024
1 parent 5006fea commit bdc09be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ jobs:
#ls -l $CONDA/bin
#echo "GITHUB_PATH: $GITHUB_PATH"
#echo "PATH: $PATH"
#echo "python: $(which python)"
#echo "python version: $(python --version)"
#echo "ONDA/bin/python --version"
#echo "CONDA/bin/python --version"
#$CONDA/bin/python --version
#echo "running 'conda search -c conda-forge requests'"
#conda search -c conda-forge requests
Expand All @@ -39,5 +37,7 @@ jobs:
conda shell.bash activate
conda install -c conda-forge -y pyyaml jinja2 ninja
conda install -y requests
echo "python: $(which python)"
echo "python version: $(python --version)"
echo "ninja: $(which ninja)"
#$CONDA/bin/python setup.py -n all

0 comments on commit bdc09be

Please sign in to comment.