Skip to content

Commit

Permalink
Switch back to python 3.9 for v1 linter
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-flinn committed Jan 12, 2024
1 parent f61921a commit 8cf9043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
with:
python-version: "3.11"
python-version: "3.9"

- name: Install dependencies
working-directory: lint-workflow
Expand Down

0 comments on commit 8cf9043

Please sign in to comment.