You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"the test-coverage action is failing and it seems like there is some compiling error on one of the dependencies to setup the action. After a quick look it looks like it is a fortran/macOS issue, but perhaps the action should be run using linux as software compatibility will be more robust there."
* installing *source* package ‘quantreg’ ...
** package ‘quantreg’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
gfortran -mmacosx-version-min=10.13 -fno-optimize-sibling-calls -fPIC -Wall -g -O2 -c akj.f -o akj.o
make: gfortran: No such file or directory
make: *** [akj.o] Error 1
ERROR: compilation failed for package ‘quantreg’
I agree that moving to linux or windows might be a good option here, but not sure if there's anything else macOS specific in the github action. Fixing the gfortran setup might still be worthwhile.
The text was updated successfully, but these errors were encountered:
The test-coverage action is passing now and it looks like the issue was temporary. No idea why it was failing before as gfortran should have been available because the workflow installs gcc via brew.
Either way moving to e.g. ubuntu-latest isn't a bad idea for the workflows, but perhaps not a priority.
Reported by @buzacott: #160
"the test-coverage action is failing and it seems like there is some compiling error on one of the dependencies to setup the action. After a quick look it looks like it is a fortran/macOS issue, but perhaps the action should be run using linux as software compatibility will be more robust there."
I agree that moving to linux or windows might be a good option here, but not sure if there's anything else macOS specific in the github action. Fixing the gfortran setup might still be worthwhile.
The text was updated successfully, but these errors were encountered: