Skip to content

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

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 #215

name: Nightlies Models - PART A
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened]
concurrency:
group: nightlies_modesl_A-${{ 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_A:
if: github.repository == 'Smartappli/AIMER' # don't run on forks
needs: call-UT-common_training
uses: Smartappli/AIMER/.github/workflows/UT_common_models_a.yml@master
call-UT-common_models_B:
if: github.repository == 'Smartappli/AIMER' # don't run on forks
needs: call-UT-common_training
uses: Smartappli/AIMER/.github/workflows/UT_common_models_b.yml@master
call-UT-common_models_C:
if: github.repository == 'Smartappli/AIMER' # don't run on forks
needs: call-UT-common_training
uses: Smartappli/AIMER/.github/workflows/UT_common_models_c.yml@master
call-UT-common_models_D:
if: github.repository == 'Smartappli/AIMER' # don't run on forks
needs: call-UT-common_training
uses: Smartappli/AIMER/.github/workflows/UT_common_models_d.yml@master
call-UT-common_models_E:
if: github.repository == 'Smartappli/AIMER' # don't run on forks
needs: call-UT-common_training
uses: Smartappli/AIMER/.github/workflows/UT_common_models_e.yml@master
call-UT-common_models_F:
if: github.repository == 'Smartappli/AIMER' # don't run on forks
needs: call-UT-common_training
uses: Smartappli/AIMER/.github/workflows/UT_common_models_f.yml@master
call-UT-common_models_G:
if: github.repository == 'Smartappli/AIMER' # don't run on forks
needs: call-UT-common_training
uses: Smartappli/AIMER/.github/workflows/UT_common_models_g.yml@master
call-UT-common_models_H:
if: github.repository == 'Smartappli/AIMER' # don't run on forks
needs: call-UT-common_training
uses: Smartappli/AIMER/.github/workflows/UT_common_models_h.yml@master
call-UT-common_models_I:
if: github.repository == 'Smartappli/AIMER' # don't run on forks
needs: call-UT-common_training
uses: Smartappli/AIMER/.github/workflows/UT_common_models_i.yml@master
call-UT-common_models_L:
if: github.repository == 'Smartappli/AIMER' # don't run on forks
needs: call-UT-common_training
uses: Smartappli/AIMER/.github/workflows/UT_common_models_l.yml@master
call-UT-common_models_M:
if: github.repository == 'Smartappli/AIMER' # don't run on forks
needs: call-UT-common_training
uses: Smartappli/AIMER/.github/workflows/UT_common_models_m.yml@master
call-Licenses-Check:
if: github.repository == 'Smartappli/AIMER' # don't run on forks
needs: ['call-UT-common_models_A', 'call-UT-common_models_B', 'call-UT-common_models_C', 'call-UT-common_models_D',
'call-UT-common_models_E', 'call-UT-common_models_F', 'call-UT-common_models_G', 'call-UT-common_models_H',
'call-UT-common_models_I', 'call-UT-common_models_L', 'call-UT-common_models_M']
uses: Smartappli/AIMER/.github/workflows/liccheck.yml@master