Skip to content

Commit 04e0c4a

Browse files
committed
build test 3
1 parent 71f9f43 commit 04e0c4a

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/qiita-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666
conda config --add channels conda-forge
6767
conda create -q --yes -n qiita python=3.9 libgfortran numpy nginx cython redis
6868
conda activate qiita
69-
pip install sphinx sphinx-bootstrap-theme nose-timer Click
70-
7169
7270
- name: Qiita install
7371
shell: bash -l {0}

qiita_client/tests/test_qiita_client.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def test_complete_job(self):
236236
# Create a new job
237237
data = {
238238
'user': '[email protected]',
239-
'command': dumps(['QIIME', '1.9.1', 'Pick closed-reference OTUs']),
239+
'command': dumps(['QIIMEq2', '1.9.1', 'Pick closed-reference OTUs']),
240240
'status': 'running',
241241
'parameters': dumps({"reference": 1,
242242
"sortmerna_e_value": 1,

0 commit comments

Comments
 (0)