gnu-octave / symbolic

A Symbolic Package for Octave using SymPy
https://octave.sourceforge.io/symbolic/
GNU General Public License v3.0
152 stars 36 forks source link

CI: try to unload and uninstall packages #1158

Closed cbm755 closed 2 years ago

cbm755 commented 2 years ago

See #1156.

Not a fix: make test does not install the package but runs it in place...

Fixes #1156.

cbm755 commented 2 years ago

@alexvong1995 I cleaned up the CI a bit here: see multiple name: ... run: ... stages inside each job. I also combined the BIST and doctests for pythonic: maybe we want to do that for the bigger matrix too.

Anyway, I plan to merge this soon, or go ahead once you've seen it.