Skip to content

Commit

Permalink
fix nnpops installation on correct OSs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefdoerr committed Feb 11, 2025
1 parent 4c19aad commit a97463c
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 @@ -86,7 +86,7 @@ jobs:
WITH_CUDA: "0"

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

- name: List the conda environment
Expand Down

0 comments on commit a97463c

Please sign in to comment.