Skip to content

Update numpy requirement from <1.27,>=1.26.4 to >=1.26.4,<2.1 #130

Update numpy requirement from <1.27,>=1.26.4 to >=1.26.4,<2.1

Update numpy requirement from <1.27,>=1.26.4 to >=1.26.4,<2.1 #130

name: Nightlies Models - PART C
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: nightlies_modesl_C-${{ github.event_name == 'pull_request' && format('{0}-{1}', github.workflow, github.event.pull_request.number) || github.workflow_ref }}
cancel-in-progress: true
jobs:
call-UT-common_training:
if: github.repository == 'Smartappli/AIMER' # don't run on forks
uses: Smartappli/AIMER/.github/workflows/UT_common_training.yml@master
call-UT-common_models_V:
if: github.repository == 'Smartappli/AIMER' # don't run on forks
needs: call-UT-common_training
uses: Smartappli/AIMER/.github/workflows/UT_common_models_v.yml@master
call-UT-common_models_W:
if: github.repository == 'Smartappli/AIMER' # don't run on forks
needs: call-UT-common_training
uses: Smartappli/AIMER/.github/workflows/UT_common_models_w.yml@master
call-UT-common_models_X:
if: github.repository == 'Smartappli/AIMER' # don't run on forks
needs: call-UT-common_training
uses: Smartappli/AIMER/.github/workflows/UT_common_models_x.yml@master
call-Licenses-Check:
if: github.repository == 'Smartappli/AIMER' # don't run on forks
needs: ['call-UT-common_models_V', 'call-UT-common_models_W', 'call-UT-common_models_X']
uses: Smartappli/AIMER/.github/workflows/liccheck.yml@master