Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Sep 20, 2024
1 parent 989fb29 commit e398453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conda-recipe/bld.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"%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
rem "%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

0 comments on commit e398453

Please sign in to comment.