Skip to content

Bump pre-commit/action from 3.0.0 to 3.0.1 (#91) #104

Bump pre-commit/action from 3.0.0 to 3.0.1 (#91)

Bump pre-commit/action from 3.0.0 to 3.0.1 (#91) #104

Workflow file for this run

name: Python API
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
python_package:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04, ubuntu-22.04, windows-2022, macos-14, macos-15]
steps:
- uses: actions/checkout@v6
- name: Set up Python3
uses: actions/setup-python@v3
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- name: Build pip package
run: |
python -m pip install --verbose ./python/
- name: Test installation
run: |
map_closure_pipeline --version