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

Remove annoying CI warnings #25

Merged
merged 2 commits into from
Jul 19, 2024
Merged

Remove annoying CI warnings #25

merged 2 commits into from
Jul 19, 2024

Conversation

GiacomoPope
Copy link
Owner

@GiacomoPope GiacomoPope commented Jul 19, 2024

I think upgrading to v3 is enough -- nope, I think v4

@GiacomoPope
Copy link
Owner Author

Hmm... I can't remove the warning:

code-format
The `python-version` input is not set. The version of Python currently in `PATH` will be used.

@tomato42
Copy link
Collaborator

that's because this:

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

should be:

python-version: "3.12"

@GiacomoPope GiacomoPope force-pushed the GiacomoPope-patch-1 branch from d905278 to 7a7dac4 Compare July 19, 2024 16:07
@GiacomoPope
Copy link
Owner Author

Thank you!

@GiacomoPope GiacomoPope merged commit 5beb25b into main Jul 19, 2024
5 checks passed
@GiacomoPope GiacomoPope deleted the GiacomoPope-patch-1 branch July 19, 2024 16:23
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 this pull request may close these issues.

2 participants