Skip to content

Commit

Permalink
test patching with sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliyaBioinf authored Oct 1, 2024
1 parent addf656 commit fab1f61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipes/pyscenic/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
set -e
patch -p1 < ${RECIPE_DIR}/dill_patch.patch

$PYTHON -m pip install . --no-deps --ignore-installed -vv

0 comments on commit fab1f61

Please sign in to comment.