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 e0bb95c commit cff7adbCopy full SHA for cff7adb
.github/workflows/qiita-plugin-ci.yml
@@ -45,9 +45,6 @@ jobs:
45
# https://github.com/koesterlab/setup-slurm-action
46
- name: Setting up slurm
47
uses: koesterlab/setup-slurm-action@v1
48
- shell: bash -l {0}
49
- run: |
50
- scontrol create partition qiita
51
52
- name: Setup for conda
53
uses: conda-incubator/setup-miniconda@v2
@@ -62,6 +59,9 @@ jobs:
62
59
run: |
63
60
echo "Testing: " $COVER_PACKAGE
64
61
+ # creating the qiita slurm partition
+ scontrol create partition qiita
+
65
# we need to download qiita directly so we have "easy" access to
66
# all config files
67
wget https://github.com/biocore/qiita/archive/dev.zip
0 commit comments