Skip to content

Commit

Permalink
nnpops is installing pytorch-cpu from conda which is messing with the…
Browse files Browse the repository at this point in the history
… torch used to compile from pip
  • Loading branch information
stefdoerr committed Feb 11, 2025
1 parent a97463c commit f568759
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ jobs:
env:
WITH_CUDA: "0"

- name: Install nnpops
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
run: conda install nnpops --channel conda-forge --override-channels
# - name: Install nnpops
# if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
# run: conda install nnpops --channel conda-forge --override-channels

- name: List the conda environment
run: conda list
Expand Down

0 comments on commit f568759

Please sign in to comment.