Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cleanup
Browse files Browse the repository at this point in the history
DerThorsten committed Jan 8, 2025
1 parent f0697cb commit 4ca2dec
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -213,7 +213,6 @@ pin_run_as_build:
zeromq:
max_pin: x.x


# Pinning packages

# blas
2 changes: 0 additions & 2 deletions emci/find_recipes_with_changes.py
Original file line number Diff line number Diff line change
@@ -8,8 +8,6 @@ def find_recipes_with_changes(old, new):
recipes_with_changes = {k: set() for k in RECIPES_SUBDIR_MAPPING.keys()}
# print("recipes_with_changes", recipes_with_changes)
for subdir in RECIPES_SUBDIR_MAPPING.keys():
if subdir == "recipes":
continue
for file_with_change in files_with_changes:
if file_with_change.startswith(f"recipes/{subdir}/"):
# print(file_with_change)

0 comments on commit 4ca2dec

Please sign in to comment.