Skip to content

Commit

Permalink
use conda compilers on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBoothroyd committed Oct 19, 2023
1 parent 4014ff4 commit 1794c6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ jobs:
-e "s/- python 3.10.\*/- python ${{ matrix.python }}.*/" \
-e "s/- pytorch-gpu 2.0.\*/- pytorch-cpu ${{ matrix.pytorch }}/" \
environment.yml
echo "- compilers" >> environment.yml
- name: Show dependency file
run: cat environment.yml
Expand Down

0 comments on commit 1794c6e

Please sign in to comment.