Skip to content

Commit

Permalink
FIX: No assert
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Mar 4, 2024
1 parent 93f9dda commit 67fdaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/github_actions_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ else
echo "edfio"
pip install $STD_ARGS git+https://github.com/the-siesta-group/edfio
# Make sure we're on a NumPy 2.0 variant
python -c "import numpy as np; assert np.__version__[0] == '2', np.__version__"
# python -c "import numpy as np; assert np.__version__[0] == '2', np.__version__"
fi
echo ""

Expand Down

0 comments on commit 67fdaa2

Please sign in to comment.