Merge pull request #3257 from deka27/keyword-reconst #14
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |