Skip to content

Bump zipp from 3.17.0 to 3.19.1 in /envs (#67) #75

Bump zipp from 3.17.0 to 3.19.1 in /envs (#67)

Bump zipp from 3.17.0 to 3.19.1 in /envs (#67) #75

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: moad-tools-test
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}