Skip to content

Commit

Permalink
Pass --yes flag
Browse files Browse the repository at this point in the history
  • Loading branch information
czgdp1807 committed Mar 21, 2024
1 parent a91c28f commit 11e76be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
if: contains(matrix.os, 'macos')
run: |
export CPATH=$CONDA_PREFIX/include:$CPATH
conda install pytorch::pytorch
conda install --yes pytorch::pytorch
cp -r $CONDA_PREFIX/lib/python3.12/site-packages/torch/include/* $CONDA_PREFIX/include/
cp -r $CONDA_PREFIX/lib/python3.12/site-packages/torch/lib/* $CONDA_PREFIX/lib/
./integration_tests/run_tests.py -b pytorch

0 comments on commit 11e76be

Please sign in to comment.