comic / evalutils

evalutils helps users create extensions for grand-challenge.org
https://grand-challenge.org
MIT License
23 stars 9 forks source link

Github CI - fails to build with set-env and add-path deprecated errors #319

Closed ghost closed 2 years ago

ghost commented 2 years ago

Description

What I did: Push change to github remote What happened: Error message from Github CI about set-env and add-path being deprecated and the CI build fails. Note that the GC AWS Code Build succeeds even if the Github CI build fails when pushing tag only.

What I Did

git push

Simple as that :)

ghost commented 2 years ago

Cause: evalutils creates a .github/workflows/ci.yml file which uses an older, deprecated version of actions/setup-python@v1.1.1 Soln: update to actions/setup-python@v2.2.2