Skip to content

Implementing feedback from meeting 04.07.2024 #31

Implementing feedback from meeting 04.07.2024

Implementing feedback from meeting 04.07.2024 #31

Workflow file for this run

name: compositionspace testing
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest,]
python-version: ['3.10', '3.11']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: compspace
environment-file: environment.yml
python-version: ${{ matrix.python-version }}
- name: run tests
shell: bash -l {0}
run: |
pip install -e .
pip install pytest
pip install pytest-cov
#pytest tests/