Skip to content

Change license in v2 #9

Change license in v2

Change license in v2 #9

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
jobs:
test:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest
timeout-minutes: 10
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- name: Test pipeline output
run: |
python -m pip install .
bash ./run_test.sh
test_oldbio:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest
timeout-minutes: 10
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v3
- name: Test pipeline output
run: |
python -m pip install biopython==1.79
python -m pip install .
bash ./run_test.sh