Skip to content

Commit df275bc

Browse files
committed
try with bash -l
1 parent d2338ae commit df275bc

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.github/workflows/all_tests_nnpdf.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
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

conda-recipe/run_test.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ set -e
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

0 commit comments

Comments
 (0)