Skip to content

Commit

Permalink
reverting build breaking changes from PR#1008
Browse files Browse the repository at this point in the history
  • Loading branch information
ruck314 committed Jun 25, 2024
1 parent 1f13307 commit 49886b5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ source:

build:
number: {{ environ.get('GIT_DESCRIBE_NUMBER',0) }}
script: |
# Pre-build step to remove egg files
find $SP_DIR -name "*.egg-info" -exec rm -rf {} +
find $SP_DIR -name "*.eggs" -exec rm -rf {} +
# Existing build steps
python setup.py install

requirements:
build:
Expand Down

0 comments on commit 49886b5

Please sign in to comment.