Skip to content

Merge branch 'development' into no_config #1139

Merge branch 'development' into no_config

Merge branch 'development' into no_config #1139

Workflow file for this run

name: Test installation from source
on: [push, pull_request]
jobs:
test:
name: pytest
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- '3.9'
- '3.10'
- '3.11'
- '3.12'
steps:
- uses: actions/checkout@v2
- name: setup python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: install
run: |
pip install .