File tree 1 file changed +8
-6
lines changed
1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 48
48
run : |
49
49
echo "Testing: " $COVER_PACKAGE
50
50
51
- # creating sbatch executable
52
- ls ./; pwd
53
- ls -laht /home/runner/.local/bin
54
- echo '/usr/bin/bash "$@"' > /home/runner/.local/bin/sbatch
55
- chmod +x /home/runner/.local/bin/sbatch
56
-
57
51
# we need to download qiita directly so we have "easy" access to
58
52
# all config files
59
53
wget https://github.com/biocore/qiita/archive/dev.zip
72
66
conda activate qiita
73
67
pip install sphinx sphinx-bootstrap-theme nose-timer Click
74
68
69
+ # creating sbatch executable
70
+ echo '/usr/bin/bash "$@"' > ${CONDA_PREFIX}/bin/sbatch
71
+ chmod +x ${CONDA_PREFIX}/bin/sbatch
72
+
75
73
- name : Qiita install
76
74
shell : bash -l {0}
77
75
run : |
93
91
94
92
conda activate klp
95
93
94
+ # creating sbatch executable
95
+ echo '/usr/bin/bash "$@"' > ${CONDA_PREFIX}/bin/sbatch
96
+ chmod +x ${CONDA_PREFIX}/bin/sbatch
97
+
96
98
export QIITA_ROOTCA_CERT=`pwd`/qiita-dev/qiita_core/support_files/ci_rootca.crt
97
99
export QIITA_CONFIG_FP=`pwd`/qiita-dev/qiita_core/support_files/config_test_local.cfg
98
100
pip --quiet install -U pip
You can’t perform that action at this time.
0 commit comments