Skip to content

Re-organize GHA jobs #1137

Re-organize GHA jobs

Re-organize GHA jobs #1137

Workflow file for this run

name: pip-install
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
pip_install:
strategy:
matrix:
os: [ubuntu-22.04, macos-latest]
python-version: ["3.10"]
name: "Core, Python ${{ matrix.python-version }}, ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- run: pip install -e .