Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ghost opened this issue Nov 3, 2021 · 1 comment · Fixed by #320
Closed

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

ghost opened this issue Nov 3, 2021 · 1 comment · Fixed by #320

Comments

@ghost
Copy link

ghost commented Nov 3, 2021

  • evalutils version: 0.3.0
  • Python version: 3.7, 3.8, 3.9
  • Operating System: Linux - Github env - I assume some kind of debian distro given the environment

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
Copy link
Author

ghost commented Nov 3, 2021

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

@jmsmkn jmsmkn mentioned this issue Nov 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants