Skip to content

Remove pipenv-setup in order to publish PEP 625 compliant sdist and wheel #1048

Remove pipenv-setup in order to publish PEP 625 compliant sdist and wheel

Remove pipenv-setup in order to publish PEP 625 compliant sdist and wheel #1048

Workflow file for this run

name: pre-commit
on:
pull_request:
branches:
- main
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install Python
uses: actions/[email protected]
with:
python-version: '3.11'
- name: Run pre-commit checks
uses: pre-commit/[email protected]