Skip to content

Add GitHub workflows #3

Add GitHub workflows

Add GitHub workflows #3

Workflow file for this run

name: Ubuntu - Python 3.8
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Miniconda
uses: conda-incubator/[email protected]
with:
miniforge-version: latest
miniforge-variant: Mambaforge
activate-environment: test-env
environment-file: qeb-dev-linux-py38.yml
python-version: 3.8
auto-activate-base: false
- name: Build
run: |
python -m pip install -v --editable .
- name: Test
run: |
pytest quasielasticbayes/test