Skip to content

Commit 75fa5bf

Browse files
committed
mend
1 parent eb25d34 commit 75fa5bf

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
python-version: ${{ matrix.python-version }}
4343
channels: conda-forge,bioconda
4444
environment-file: environment.yml
45-
- name: "Install pytest"
46-
shell: bash -l {0}
47-
run: |
48-
python -m pip install --upgrade pip
49-
pip install setuptools wheel build pytest
45+
# - name: "Install pytest"
46+
# shell: bash -l {0}
47+
# run: |
48+
# python -m pip install --upgrade pip
49+
# pip install setuptools wheel build pytest
5050
# - name: "Test with pytest"
5151
# shell: bash -l {0}
5252
# run: |

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
python-version: ${{ matrix.python-version }}
4242
channels: conda-forge,bioconda
4343
environment-file: environment.yml
44-
- name: "Install pytest"
44+
- name: "Install dependencies"
4545
shell: bash -l {0}
4646
run: |
4747
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)