From 8b1c7377dc26f1f0d08a6b61bfaf3de43cff300c Mon Sep 17 00:00:00 2001 From: Roman Joeres Date: Tue, 26 Mar 2024 16:34:49 +0100 Subject: [PATCH] typo fixed --- .github/workflows/test_rdkit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_rdkit.yaml b/.github/workflows/test_rdkit.yaml index a88476e..4d056c8 100644 --- a/.github/workflows/test_rdkit.yaml +++ b/.github/workflows/test_rdkit.yaml @@ -40,7 +40,7 @@ jobs: - name: Install environment shell: bash -l {0} run: | - mamba install -c conda-forge -c bioconda -y numpy pandas networkx matplotlib pytest setuptools pyscipopt"<4.0.0" foldseek mmseqs2 cd-hit mash tmalign diamond cvxpy pytest-cov ${{ rdkitversion }} pytest-cases scikit-learn pyyaml h5py + mamba install -c conda-forge -c bioconda -y numpy pandas networkx matplotlib pytest setuptools pyscipopt"<4.0.0" foldseek mmseqs2 cd-hit mash tmalign diamond cvxpy pytest-cov ${{ rdkit-version }} pytest-cases scikit-learn pyyaml h5py pip install grakel - name: Run tests