Skip to content

Bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 in the github-actions group #148

Bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 in the github-actions group

Bump pypa/gh-action-pypi-publish from 1.14.1 to 1.14.2 in the github-actions group #148

Workflow file for this run

name: Mypy type hint checks
# no permissions by default
permissions: {}
on:
pull_request:
push:
branches: [main]
jobs:
run:
runs-on: ubuntu-latest
defaults:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Micromamba
uses: mamba-org/setup-micromamba@ce51e99f4bb8a82ab7158c4dc59ef4634c59c4f9 # v3.1.0
with:
environment-name: TEST
init-shell: bash
create-args: >-
python=3 pip --file requirements.txt --file requirements-dev.txt --channel conda-forge
- name: Install library
run: |
python -m pip install -e . --no-deps --force-reinstall
- name: Mypy test
run: |
mypy branca