File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -82,13 +82,13 @@ jobs:
82
82
conda activate beebop_py
83
83
conda install graph-tool
84
84
conda install mandrake
85
- conda install requests pandas networkx pp-sketchlib scikit-learn hdbscan biopython tqdm treeswift rapidnj
85
+ conda install rapidnj
86
86
sudo apt-get update
87
87
sudo apt-get install libeigen3-dev libegl1
88
88
sudo apt-get install libopenblas-dev
89
89
sudo apt-get install -y '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
90
- pip install joblib
91
- conda install -c bioconda pp-sketchlib
90
+ pip install joblib==1.1.0
91
+ conda install -c bioconda pp-sketchlib=2.0.0
92
92
pip3 install git+https://github.com/bacpop/[email protected] #egg=PopPUNK
93
93
- name : Install Poetry
94
94
uses : snok/install-poetry@v1
@@ -110,7 +110,7 @@ jobs:
110
110
conda activate beebop_py
111
111
docker pull redis
112
112
docker run --rm -d --name=redis -p 6379:6379 redis
113
-
113
+
114
114
- name : Test with pytest
115
115
env :
116
116
MICROREACT_TOKEN : ${{ secrets.MICROREACT_TOKEN }}
@@ -138,7 +138,7 @@ jobs:
138
138
# Uncomment the next three lines to debug on failure with
139
139
# tmate. However, don't leave them uncommented on merge as that
140
140
# causes failing builds to hang forever.
141
-
142
- - name : tmate session
143
- if : ${{ failure() }}
144
- uses : mxschmitt/action-tmate@v3
141
+ #
142
+ # - name: tmate session
143
+ # if: ${{ failure() }}
144
+ # uses: mxschmitt/action-tmate@v3
You can’t perform that action at this time.
0 commit comments