Skip to content

Commit

Permalink
fix: ensure we install datrie (#37)
Browse files Browse the repository at this point in the history
Problem: newer version of python (via conda) missing datrie (the wheel
fails to build)
Solution: install datrie with conda

This should fix #36

Signed-off-by: vsoch <[email protected]>
Co-authored-by: vsoch <[email protected]>
  • Loading branch information
vsoch and vsoch authored Apr 5, 2024
1 parent f535377 commit 62f7404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snakemake_executor_plugin_googlebatch/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
bash ./miniconda.sh -b -u -p /opt/conda
rm -rf ./miniconda.sh
conda install datrie --yes
which python
/opt/conda/bin/python --version
./install-snek.sh https://github.com/snakemake/snakemake-storage-plugin-gcs
Expand Down

0 comments on commit 62f7404

Please sign in to comment.