Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
python-version: ${{ matrix.python-version }}
channels: conda-forge,bioconda
environment-file: environment.yml
- name: "Install pytest"
shell: bash -l {0}
run: |
python -m pip install --upgrade pip
pip install setuptools wheel build pytest
- name: "Test with pytest"
shell: bash -l {0}
run: |
pytest -s
# - name: "Install pytest"
# shell: bash -l {0}
# run: |
# python -m pip install --upgrade pip
# pip install setuptools wheel build pytest
# - name: "Test with pytest"
# shell: bash -l {0}
# run: |
# pytest -s
10 changes: 5 additions & 5 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ jobs:
python-version: ${{ matrix.python-version }}
channels: conda-forge,bioconda
environment-file: environment.yml
- name: "Install pytest"
- name: "Install dependencies"
shell: bash -l {0}
run: |
python -m pip install --upgrade pip
pip install setuptools wheel build pytest
pip install twine
- name: "Test with pytest"
shell: bash -l {0}
run: |
pytest -s
# - name: "Test with pytest"
# shell: bash -l {0}
# run: |
# pytest -s
- name: Build package
shell: bash -l {0}
run: |
Expand Down
Empty file removed tests/__init__.py
Empty file.
Loading