Skip to content

Commit

Permalink
[ci] run lint job on python3.11 for now instead of latest 3.12
Browse files Browse the repository at this point in the history
somehow it fails while installing skia-pathops, trying to build from source. Probably we only need to bump requirements-dev.txt but I want to do that separately
  • Loading branch information
anthrotype committed Nov 8, 2023
1 parent 069d258 commit 8082f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"
- name: Install dependencies
run: pip install tox
- name: Run style and typing checks
Expand Down

0 comments on commit 8082f99

Please sign in to comment.