Skip to content

Bump jinja2 from 3.1.3 to 3.1.4 in /envs (#66) #80

Bump jinja2 from 3.1.3 to 3.1.4 in /envs (#66)

Bump jinja2 from 3.1.3 to 3.1.4 in /envs (#66) #80

name: pytest-with-coverage
on:
push:
branches: [ '*' ]
# Enable workflow to be triggered from GitHub CLI, browser, or via API
# primarily for testing conda env solution for new Python versions
workflow_dispatch:
jobs:
pytest-with-coverage:
permissions:
contents: read
pull-requests: write
strategy:
fail-fast: false
matrix:
python-version: [ '3.11', '3.12' ]
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: salishsea-cmd-test
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}