Skip to content

Merge pull request #3254 from deka27/keyword-direction #13

Merge pull request #3254 from deka27/keyword-direction

Merge pull request #3254 from deka27/keyword-direction #13

Workflow file for this run

name: Optional Deps
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:
pip:
uses: ./.github/workflows/test_template.yml
with:
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
depends: cython!=0.29.29 numpy==1.24.2 matplotlib h5py==3.11.0 nibabel cvxpy<=1.4.4 tqdm
extra-depends: scikit_learn pandas statsmodels tables scipy==1.10.1
conda:
uses: ./.github/workflows/test_template.yml
with:
runs-on: '["macos-latest", "windows-latest"]'
install-type: '["conda"]'
depends: cython!=0.29.29 numpy==1.25.0 matplotlib h5py==3.11.0 nibabel cvxpy<=1.4.4 tqdm
extra-depends: scikit-learn pandas statsmodels pytables scipy==1.10.1