2828 fail-fast : false # continue even if some jobs failed
2929 runs-on : ${{ matrix.os }}
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v6
3232 - uses : ./.github/actions/install_conda_pip
3333 with :
3434 python-version : ${{ matrix.python-version }}
4848 regression_tests :
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v6
5252 - uses : ./.github/actions/install_conda_pip
53- with :
54- nnpdf-extras : " [qed,tests]"
5553 - name : Run regression tests
5654 shell : bash -l {0}
5755 run : |
7068 fail-fast : false
7169 runs-on : ${{ matrix.os }}
7270 steps :
73- - uses : actions/checkout@v4
71+ - uses : actions/checkout@v6
7472 with : # conda requires fetching the history of the repo to prepare the package name
7573 fetch-tags : true
7674 fetch-depth : 0
9593 env :
9694 KERAS_BACKEND : torch
9795 steps :
98- - uses : actions/checkout@v4
96+ - uses : actions/checkout@v6
9997 - uses : actions/setup-python@v5
10098 with :
10199 python-version : " 3.13"
@@ -127,7 +125,7 @@ jobs:
127125 env :
128126 KERAS_BACKEND : jax
129127 steps :
130- - uses : actions/checkout@v4
128+ - uses : actions/checkout@v6
131129 - uses : actions/setup-python@v5
132130 with :
133131 python-version : " 3.13"
@@ -148,7 +146,7 @@ jobs:
148146 needs : [run_package_tests, regression_tests]
149147 runs-on : ubuntu-latest
150148 steps :
151- - uses : actions/checkout@v4
149+ - uses : actions/checkout@v6
152150 - uses : ./.github/actions/install_conda_pip
153151 with :
154152 nnpdf-extras : " "
0 commit comments