Skip to content

🐛 fixing issue where secondary institutional labels wouldnt be de… #98

🐛 fixing issue where secondary institutional labels wouldnt be de…

🐛 fixing issue where secondary institutional labels wouldnt be de… #98

Workflow file for this run

name: testing
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- name: Install dependencies for Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- run: poetry install
- name: Testing
run: |
poetry run pytest