Skip to content

Commit

Permalink
typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Old-Shatterhand committed Mar 26, 2024
1 parent e38a589 commit 8b1c737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_rdkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b1c737

Please sign in to comment.