Skip to content

DataFrame for protein features #647

DataFrame for protein features

DataFrame for protein features #647

Workflow file for this run

name: CI
on:
push:
branches: [ develop ]
pull_request:
branches: [ main, develop ]
jobs:
run-ci:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12']
steps:
- uses: actions/checkout@v4
- name: Initialize Python
uses: actions/[email protected]
with:
python-version: ${{ matrix.python-version }}
- name: Install package
run: |
python3 -m pip install --editable .[test]
- name: Run pytest tests
run: |
export MPLBACKEND=Agg
export GPSEA_CACHEDIR=.gpsea_ci_cachedir
pytest