diff --git a/.github/workflows/conda-build.yml b/.github/workflows/conda-build.yml index d312824f..0d6bd3be 100644 --- a/.github/workflows/conda-build.yml +++ b/.github/workflows/conda-build.yml @@ -56,7 +56,7 @@ jobs: conda config --add channels tpeulen mamba install conda-build boa cd conda-recipe - # curl -sLO https://raw.githubusercontent.com/conda-forge/conda-forge-pinning-feedstock/084b098a28a7a66e9a0967d156bc55b9ebfc6726/recipe/conda_build_config.yaml + curl -sLO https://raw.githubusercontent.com/conda-forge/conda-forge-pinning-feedstock/084b098a28a7a66e9a0967d156bc55b9ebfc6726/recipe/conda_build_config.yaml # curl -sLO https://github.com/conda-forge/conda-forge-pinning-feedstock/raw/main/recipe/conda_build_config.yaml conda mambabuild . diff --git a/conda-recipe/bld.bat b/conda-recipe/bld.bat index c354935e..f97b04c0 100755 --- a/conda-recipe/bld.bat +++ b/conda-recipe/bld.bat @@ -1,3 +1,3 @@ -call "%BUILD_PREFIX%"\pyrcc5.bat chisurf/gui/resources/resource.qrc -o chisurf/gui/resources/resource.py +"%BUILD_PREFIX%"\pyrcc5.bat chisurf/gui/resources/resource.qrc -o chisurf/gui/resources/resource.py "%PYTHON%" setup.py build_ext --force --inplace "%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt