fatiando / harmonica

Forward modeling, inversion, and processing gravity and magnetic data
https://www.fatiando.org/harmonica
BSD 3-Clause "New" or "Revised" License
205 stars 66 forks source link

Fix check of runner OS in test Action #501

Closed santisoler closed 2 months ago

santisoler commented 2 months ago

Fix an if statement that checks if the current runner is a Ubuntu machine. Instead of comparing the matrix.os variable, rely on the $RUNNER_OS env variable provided by Actions. Add echo commands to increase verbosity.

Relevant issues/PRs:

Changes motivated by the modifications introduced in #499