Skip to content

Commit

Permalink
continuous integration: coverage workflow: pin to Python versions low…
Browse files Browse the repository at this point in the history
…er than 3.12 until #909 is resolved
  • Loading branch information
jayaddison committed Oct 26, 2023
1 parent 9a10b98 commit 4cede8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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
- name: run unittests
run: |
pip install tox
Expand Down

0 comments on commit 4cede8e

Please sign in to comment.