We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f26804 commit 509b3d5Copy full SHA for 509b3d5
.github/workflows/qiita-ci.yml
@@ -52,8 +52,9 @@ jobs:
52
53
# we need to download qiita directly so we have "easy" access to
54
# all config files
55
- wget https://github.com/biocore/qiita/archive/dev.zip
56
- unzip dev.zip
+ # wget https://github.com/biocore/qiita/archive/dev.zip
+ # unzip dev.zip
57
+ git clone -b uncouplePlugins https://github.com/jlab/qiita.git
58
59
# pull out the port so we can modify the configuration file easily
60
pgport=${{ job.services.postgres.ports[5432] }}
0 commit comments