Skip to content

Commit

Permalink
Bump python version for linkcheck (#446)
Browse files Browse the repository at this point in the history
The old python version no longer works with the new dependencies, which
causes link check to fail no matter what. This was missed because link
check was disabled due to inactivity on the repo.
  • Loading branch information
abidingabi authored Aug 12, 2024
1 parent 747d1a9 commit e2267d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.7
python-version: "3.11"
- name: Install Dependencies
run: pip install -r source/requirements.txt
- name: Check Links
Expand Down

0 comments on commit e2267d6

Please sign in to comment.