Skip to content

Bump urllib3 from 2.0.4 to 2.0.6 in /envs (#41) #33

Bump urllib3 from 2.0.4 to 2.0.6 in /envs (#41)

Bump urllib3 from 2.0.4 to 2.0.6 in /envs (#41) #33

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