This commit is contained in:
Wassim Kabalan 2025-06-12 15:20:20 +02:00
parent 187cf5c4ba
commit d874790543
2 changed files with 3 additions and 1 deletions

View file

@ -35,6 +35,8 @@ jobs:
pip install pytest
pip install diffrax
pip install .
echo "numpy version installed:"
python -c "import numpy; print(numpy.__version__)"
- name: Run Single Device Tests
run: |