Skip to content

Commit

Permalink
Downgrade release-docs action Py version to 3.11
Browse files Browse the repository at this point in the history
Temporary downgrade the Python version to 3.11 in
the release-docs workflow to avoid a Pydantic
error when importing spacy.

TypeError: ForwardRef._evaluate() missing 1
required keyword-only argument: 'recursive_guard'
  • Loading branch information
gbolmier committed Jul 8, 2024
1 parent 112bb18 commit 20ef984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Build River
uses: ./.github/actions/install-env
with:
python-version: "3.12"
python-version: "3.11"

- name: Install extra Ubuntu dependencies
run: sudo apt-get install graphviz pandoc
Expand Down

0 comments on commit 20ef984

Please sign in to comment.