Simplify conda-recipe
All checks were successful
pyzebra CI/CD pipeline / prepare (push) Successful in 2s
pyzebra CI/CD pipeline / test-env (push) Successful in 2m5s
pyzebra CI/CD pipeline / prod-env (push) Has been skipped
pyzebra CI/CD pipeline / cleanup (push) Successful in 1s

This commit is contained in:
2025-11-03 15:30:05 +01:00
parent 108c1aae2f
commit 583526e219
3 changed files with 1 additions and 4 deletions

View File

@@ -1,2 +0,0 @@
"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt
if errorlevel 1 exit 1

View File

@@ -1,2 +0,0 @@
#!/bin/bash
$PYTHON setup.py install --single-version-externally-managed --record=record.txt

View File

@@ -8,6 +8,7 @@ source:
path: ..
build:
script: python setup.py install --single-version-externally-managed --record=record.txt
noarch: python
number: 0
entry_points: