qutip / qutip-tutorials

QuTiP Tutorials
BSD 3-Clause "New" or "Revised" License
32 stars 34 forks source link

Fix automated actions #82

Closed Ericgig closed 4 months ago

Ericgig commented 4 months ago

Action (nightly / tests) have been failing for a while for multiple issues:

With this, test passes for v4, fail for v5, but it seems related to qutip/qutip#2308, thus a true bug in the notebook, not an issues with the github actions. For v5, it runs without cython (filelock is not a requirement), but adding it breaks some notebooks... We should investigate it later.

Also removed deprecated use of svn to fetch website files.

Ericgig commented 4 months ago

The fix for the failing test for v5 is in qutip/qutip#2336.