Skip to content

Commit

Permalink
continuous integration: lint workflow: pin to Python versions lower t…
Browse files Browse the repository at this point in the history
…han 3.12 until #909 is resolved
  • Loading branch information
jayaddison committed Oct 26, 2023
1 parent edaea33 commit 90da114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "< 3.12" # ref: https://github.com/hhursev/recipe-scrapers/issues/909
- run: pip install tox
- run: tox -e lint

0 comments on commit 90da114

Please sign in to comment.