Skip to content

Commit

Permalink
ci(build_docs): downgrade python to 3.8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
notmandatory committed Jan 6, 2025
1 parent fa53884 commit 6d04fe5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
~/.cargo/git
target
key: nightly-docs-${{ hashFiles('**/Cargo.toml','**/Cargo.lock') }}
- name: Downgrade Python to 3.8.18
uses: actions/setup-python@v5
with:
python-version: '3.8.18'
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@nightly
with:
Expand Down

0 comments on commit 6d04fe5

Please sign in to comment.