Skip to content

Commit

Permalink
Force using py3.11 for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RoTranDo committed Nov 9, 2023
1 parent b589236 commit c385ed0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Checkout the repository
uses: actions/checkout@v3
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install dependencies
run: |
pip install tox
Expand Down

0 comments on commit c385ed0

Please sign in to comment.