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 Mar 1, 2024
1 parent 3cd75f7 commit 967ab71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
echo "SHELL: $SHELL"
echo "running conda shell.bash activate"
eval "$(conda shell.bash activate)"
conda install -c conda-forge -y pyyaml jinja2 ninja
conda install -y requests
conda install -c conda-forge -y pyyaml jinja2 requests ninja
#conda install -y requests
#echo "python: $(which python)"
echo "python version: $(python --version)"
echo "ninja: $(which ninja)"
Expand Down

0 comments on commit 967ab71

Please sign in to comment.