Skip to content

Commit

Permalink
wf: fix wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLapous committed Nov 25, 2024
1 parent 47938f0 commit 4afd451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
pip install pykeops filtration-domination --upgrade
if [[ ${{ matrix.os }} =~ "ubuntu-".* ]]; then
micromamba install cxx-compiler -c conda-forge
micromamba install cxx-compiler=1.6 -c conda-forge
fi
if [[ ${{ matrix.os }} =~ "windows-".* ]]; then
micromamba install cxx-compiler -c conda-forge
micromamba install cxx-compiler=1.6 -c conda-forge
fi
- name: Build package
Expand Down

0 comments on commit 4afd451

Please sign in to comment.