Skip to content

Bump version: 1.0.3 β†’ 1.0.4 #5

Bump version: 1.0.3 β†’ 1.0.4

Bump version: 1.0.3 β†’ 1.0.4 #5

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
conda-solver: "libmamba"
python-version: "3.11"
channels: bioconda,conda-forge,defaults
- name: Conda install
shell: bash -el {0}
run: conda install 'python >=3.6' 'biopython ==1.72' 'reportlab ==3.4.0' 'prodigal >=2.6.1' 'blast >=2.2.28'
- name: Test
shell: bash -el {0}
run: python3 -m unittest