Skip to content

Commit 62f7404

Browse files
authored
fix: ensure we install datrie (#37)
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 <vsoch@users.noreply.github.com> Co-authored-by: vsoch <vsoch@users.noreply.github.com>
1 parent f535377 commit 62f7404

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

snakemake_executor_plugin_googlebatch/command.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
bash ./miniconda.sh -b -u -p /opt/conda
4545
rm -rf ./miniconda.sh
4646
47+
conda install datrie --yes
4748
which python
4849
/opt/conda/bin/python --version
4950
./install-snek.sh https://github.com/snakemake/snakemake-storage-plugin-gcs

0 commit comments

Comments
 (0)