File tree 1 file changed +3
-6
lines changed
1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 66
66
conda activate qiita
67
67
pip install sphinx sphinx-bootstrap-theme nose-timer Click
68
68
69
- # creating sbatch executable
70
- echo '/usr/bin/bash "$@"' > ${CONDA_PREFIX}/bin/sbatch
71
- chmod +x ${CONDA_PREFIX}/bin/sbatch
72
-
73
69
- name : Qiita install
74
70
shell : bash -l {0}
75
71
run : |
91
87
92
88
conda activate klp
93
89
94
- # creating sbatch executable
90
+ # creating sbatch/sbatch executable
95
91
echo '/usr/bin/bash "$@"' > ${CONDA_PREFIX}/bin/sbatch
96
- chmod +x ${CONDA_PREFIX}/bin/sbatch
92
+ cp `pwd`/tests/bin/fake_squeue.py ${CONDA_PREFIX}/bin/squeue
93
+ chmod +x ${CONDA_PREFIX}/bin/sbatch ${CONDA_PREFIX}/bin/squeue
97
94
98
95
export QIITA_ROOTCA_CERT=`pwd`/qiita-dev/qiita_core/support_files/ci_rootca.crt
99
96
export QIITA_CONFIG_FP=`pwd`/qiita-dev/qiita_core/support_files/config_test_local.cfg
You can’t perform that action at this time.
0 commit comments