Skip to content

Commit

Permalink
CI: Build ghpages with py3.8 instead of py3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scottclowe committed Sep 13, 2024
1 parent a6d655a commit da7886f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
echo "default_branch=$DEFAULT_BRANCH" >> $GITHUB_ENV
echo "default_branch_ref=refs/heads/$DEFAULT_BRANCH" >> $GITHUB_ENV
- name: Set up Python 3.6
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.6"
python-version: "3.8"

- name: Get pip cache dir
id: pip-cache
Expand Down

0 comments on commit da7886f

Please sign in to comment.