Skip to content

Commit

Permalink
Revert "continuous integration: coverage workflow: pin to Python vers…
Browse files Browse the repository at this point in the history
…ions lower than 3.12 until #909 is resolved (#917)" (#1264)

This reverts commit edaea33.
  • Loading branch information
jayaddison authored Oct 2, 2024
1 parent 9c5f8c6 commit 681d080
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 @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "< 3.12" # ref: https://github.com/hhursev/recipe-scrapers/issues/909
python-version: "3.x"
- name: run unittests
run: |
pip install tox
Expand Down

0 comments on commit 681d080

Please sign in to comment.