Skip to content

Commit

Permalink
TST: Do not use Python 3.10 with linkcheck job
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Oct 21, 2021
1 parent 0d42678 commit 69874a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.9'
- name: Install and build
run: |
python -m pip install --upgrade pip setuptools wheel sphinx-astropy
Expand Down

0 comments on commit 69874a2

Please sign in to comment.