Skip to content

Commit 509b3d5

Browse files
committed
use qiita branch
1 parent 8f26804 commit 509b3d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/qiita-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ jobs:
5252
5353
# we need to download qiita directly so we have "easy" access to
5454
# all config files
55-
wget https://github.com/biocore/qiita/archive/dev.zip
56-
unzip dev.zip
55+
# wget https://github.com/biocore/qiita/archive/dev.zip
56+
# unzip dev.zip
57+
git clone -b uncouplePlugins https://github.com/jlab/qiita.git
5758
5859
# pull out the port so we can modify the configuration file easily
5960
pgport=${{ job.services.postgres.ports[5432] }}

0 commit comments

Comments
 (0)