Skip to content

Bump certifi from 2022.12.7 to 2023.7.22 in /envs (#36) #28

Bump certifi from 2022.12.7 to 2023.7.22 in /envs (#36)

Bump certifi from 2022.12.7 to 2023.7.22 in /envs (#36) #28

name: pytest-with-coverage
on:
push:
branches: [ '*' ]
jobs:
pytest-with-coverage:
permissions:
contents: read
pull-requests: write
strategy:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10']
uses: UBC-MOAD/gha-workflows/.github/workflows/pytest-with-coverage.yaml@main
with:
python-version: ${{ matrix.python-version }}
conda-env-file: envs/environment-test.yaml
conda-env-name: moad-tools-test