Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff authored May 21, 2022
1 parent 2ea71b5 commit 4956de9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda-recipe/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ platformstr=`uname`

# skip n3fit tests on mac
if [[ "$platformstr" != "Darwin" ]]; then
pytest --pyargs n3fit
python -c "import pineappl"
python -c "import eko"
else
echo "Skipping tests on Mac"
fi

0 comments on commit 4956de9

Please sign in to comment.