File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 82
82
conda create --yes -n qiita_client python=${{ matrix.python-version }} pip nose flake8 coverage
83
83
conda activate qiita_client
84
84
python -m pip install --upgrade pip
85
-
86
- export QIITA_SERVER_CERT=`pwd`/qiita-dev/qiita_core/support_files/ci_server.crt
87
- export QIITA_CONFIG_FP=`pwd`/qiita-dev/qiita_core/support_files/config_test_local.cfg
88
-
89
- pip --quiet install https://github.com/qiita-spots/qtp-job-output-folder/archive/refs/heads/main.zip
90
-
91
- # pip --quiet install .
92
85
pip install .
93
- pip --quiet install coveralls
94
-
95
- export QP_KLP_CONFIG_FP=`pwd`/configuration.json
96
-
97
- configure_qtp_job_output_folder --env-script "source /home/runner/.profile; conda activate klp" --server-cert $QIITA_SERVER_CERT
98
-
99
- echo "Available Qiita plugins"
100
- ls ~/.qiita_plugins/
101
86
102
87
- name : Starting Main Services
103
88
shell : bash -l {0}
You can’t perform that action at this time.
0 commit comments