Skip to content

Commit

Permalink
docs: require Python!
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Nov 12, 2023
1 parent 47899b1 commit 4b4d5ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,11 @@ jobs:
with:
submodules: true

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "${{ env.X86_64_PYTHON_VERSION }}"

- name: Extract pre-built manylinux cppyy wheels
uses: shrink/actions-docker-extract@v3
with:
Expand Down

0 comments on commit 4b4d5ee

Please sign in to comment.