Skip to content

Commit

Permalink
ci: downgrade python for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Apr 16, 2024
1 parent 18633be commit 1b5696a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: "3.12"
python-version: "3.11"
- name: Install dependencies
run: |
pip install -U -q -e .[docs]
Expand Down

0 comments on commit 1b5696a

Please sign in to comment.