Updated Gitlab CI to use Python 3.8 instead of Python 3.7#2794
Merged
browniebroke merged 4 commits intocookiecutter:masterfrom Sep 7, 2020
arnav13081994:master
Merged
Updated Gitlab CI to use Python 3.8 instead of Python 3.7#2794browniebroke merged 4 commits intocookiecutter:masterfrom arnav13081994:master
browniebroke merged 4 commits intocookiecutter:masterfrom
arnav13081994:master
Conversation
…uld make it consistent with the python version used across the app.
…t project creation time.
browniebroke
approved these changes
Sep 5, 2020
| <a href="https://github.com/arnav13081994">arnav13081994</a> | ||
| </td> | ||
| <td></td> | ||
| </tr> |
Member
There was a problem hiding this comment.
This file is now automatically generated, there was no need to update it.
It's a bit new so this step might still be mentioned somewhere, let me know if this is the case, we should update it.
Contributor
Author
There was a problem hiding this comment.
My bad. I thought this was supposed to be done manually. Should I remove that edit then and re-commit?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Just updated the
.gitlab-ci.yml fileto use the same python version as is being used throughout the app.Rationale
So that the tests are run with the same python version as one is developing the project.
Use case(s) / visualization(s)
NA