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: Add missing 'apt-get update'. #1199

Closed alexvong243f closed 2 years ago

alexvong243f commented 2 years ago

We should always run 'apt-get update' before running 'apt-get install'. Otherwise, we may get non-deterministic failures.