File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 11
11
12
12
strategy :
13
13
matrix :
14
- python-version : ["2.7", " 3.9"]
14
+ python-version : ["3.9"]
15
15
16
16
services :
17
17
postgres :
@@ -66,25 +66,29 @@ jobs:
66
66
conda config --add channels conda-forge
67
67
conda create -q --yes -n qiita python=3.9 libgfortran numpy nginx cython redis
68
68
conda activate qiita
69
+ pip install sphinx sphinx-bootstrap-theme nose-timer Click
70
+
69
71
70
72
- name : Qiita install
71
73
shell : bash -l {0}
72
74
run : |
73
75
conda activate qiita
74
- pip --quiet install qiita-dev/ --no-binary redbiom
76
+ pip install qiita-dev/ --no-binary redbiom
75
77
mkdir ~/.qiita_plugins
76
78
77
79
- name : Install Qiita plugins
78
80
shell : bash -l {0}
79
81
run : |
80
82
conda create --yes -n qiita_client python=${{ matrix.python-version }} pip nose flake8 coverage
81
83
conda activate qiita_client
84
+ pip --quiet install -U pip
82
85
83
86
pip --quiet install .
84
87
85
88
- name : Starting Main Services
86
89
shell : bash -l {0}
87
90
run : |
91
+
88
92
conda activate qiita
89
93
export QIITA_SERVER_CERT=`pwd`/qiita-dev/qiita_core/support_files/server.crt
90
94
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