From f568759eda23450461933cf6f9d3445aee7da4b3 Mon Sep 17 00:00:00 2001 From: Stefan Doerr Date: Tue, 11 Feb 2025 18:09:30 +0200 Subject: [PATCH] nnpops is installing pytorch-cpu from conda which is messing with the torch used to compile from pip --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fa94f698..bad26759 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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