Skip to content

Merge pull request #3291 from skoudoro/fix-nightly-macos #4

Merge pull request #3291 from skoudoro/fix-nightly-macos

Merge pull request #3291 from skoudoro/fix-nightly-macos #4

Workflow file for this run

name: PRE_WHEELS
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
concurrency:
group: build-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
PRE-py312:
uses: ./.github/workflows/test_template.yml
with:
runs-on: '["ubuntu-latest", ]'
python-version: '["3.12",]'
use-pre: true
extra-depends: scikit_learn scipy statsmodels pandas tables