Skip to content

Tweak plo code to re-allow Biopython 1.78 (#218) #336

Tweak plo code to re-allow Biopython 1.78 (#218)

Tweak plo code to re-allow Biopython 1.78 (#218) #336

name: CI (Pip)
on:
push:
paths-ignore:
- 'README.md'
pull_request:
types:
- opened
- edited
- synchronize
paths-ignore:
- 'README.md'
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
python-version: ['3.8', '3.10']
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Display Python version
run: python -c "import sys; print(sys.version)"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --ignore-installed .