Skip to content

Commit

Permalink
Adjust Workflow
Browse files Browse the repository at this point in the history
The change from "ubuntu-latest" to "ubuntu-22.04" was working two days ago but is now failing for the lint check. Looking at microsetta-private-api's workflow, it uses action/setup-python@v2 rather than @v1, so let's try that.
cassidysymons authored Jan 10, 2025
1 parent 2fca954 commit c407959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: set up python 3.7
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: lint it

0 comments on commit c407959

Please sign in to comment.