File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed
Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 8383 - name : Keep conda package as artifact
8484 if : ${{ !cancelled() }}
8585 uses : actions/upload-artifact@v4
86+ shell : bash -l {0}
8687 with :
8788 name : nnpdf-package-${{ github.job }}-${{ strategy.job-index }}.tar.bz2
8889 path : ${{ env.CONDA_PREFIX }}/conda-bld/noarch/*.tar.bz2
Original file line number Diff line number Diff line change 55
66# Python tests for the installed validphys package
77# Note that the default tolerance in the conda test is higher than the pip test
8- pytest --pyargs --mpl validphys --mpl-default-tolerance 24
9-
10- platformstr=` uname`
11-
12- # skip n3fit tests on mac
13- if [[ " $platformstr " != " Darwin" ]]; then
14- pytest --pyargs n3fit
15- else
16- echo " Skipping n3fit tests on Mac"
17- fi
8+ # pytest --pyargs --mpl validphys --mpl-default-tolerance 24
9+ #
10+ # platformstr=`uname`
11+ #
12+ # # skip n3fit tests on mac
13+ # if [[ "$platformstr" != "Darwin" ]]; then
14+ # pytest --pyargs n3fit
15+ # else
16+ # echo "Skipping n3fit tests on Mac"
17+ # fi
You can’t perform that action at this time.
0 commit comments