iiasa / actions

GitHub Actions used by IIASA repositories
GNU General Public License v3.0
0 stars 1 forks source link

Update setup-gams #12

Closed glatterf42 closed 8 months ago

glatterf42 commented 8 months ago

This PR merges the branch that was used to debug the recent CI failures for setup-gams on message_ix. It mainly removes the GHA_PATH environment variable in favor of the existing GITHUB_ACTION_PATH. It also removes the --silent option from curl, which doesn't seem necessary.

Merging this will allow https://github.com/iiasa/message_ix/pull/790 to receive a commit that makes it use the main version of this action again. The commits can definitely be squashed.

khaeru commented 8 months ago

Great, happy to discard this.

At https://github.com/iiasa/message_ix/actions/runs/7795538531/job/21259299435#step:10:10061 there appear to be about 10000 lines of log output from cURL. Will these always be present in the log / is this because of removing --silent? Or due to something else that is temporary, thus they will disappear?

glatterf42 commented 8 months ago

This is because I accidentally left the -v on curl for increased verbosity. In the latest runs, these lines are not there anymore :)