From 090f1ceeffff8665f67b72c3c738cc2b946356cc Mon Sep 17 00:00:00 2001 From: Marek Wojciechowski Date: Sat, 23 Mar 2024 23:37:39 +0100 Subject: [PATCH] correct build wheels --- .github/workflows/python-build-wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-build-wheels.yml b/.github/workflows/python-build-wheels.yml index 5c5cb0c..11195fa 100644 --- a/.github/workflows/python-build-wheels.yml +++ b/.github/workflows/python-build-wheels.yml @@ -25,6 +25,7 @@ jobs: - name: Build wheels run: | + echo $CONDA/bin >> $GITHUB_PATH python -m pip install numpy meson scipy networkx python -m cibuildwheel --output-dir wheelhouse # to supply options, put them in 'env', like: