Skip to content

Commit

Permalink
CI: Bump deploy-docs.yml Python version to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Jun 26, 2024
1 parent 66225f4 commit 2a66eb2
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.8

- uses: actions/cache@v2
name: Set up caches
with:
path: ~/.cache/pip
key: ${{ runner.os }}

- name: Checkout repo
uses: actions/checkout@v2
with:
fetch-depth: 3
- name: Fetch tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*

- uses: ./.github/actions/setup
with:
python-version: 3.11

- name: Install dependencies
run: |
pip install -U pip setuptools wheel
Expand Down

0 comments on commit 2a66eb2

Please sign in to comment.