Skip to content

Commit

Permalink
Update Py version to 3.12.X in release-docs.yml
Browse files Browse the repository at this point in the history
Previous cap to 3.12.3 should not be needed anymore since
explosion/spaCy#13550 seems to be fixed
  • Loading branch information
gbolmier committed Oct 3, 2024
1 parent 38661c5 commit e958fd8
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.3"
python-version: "3.12"

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

0 comments on commit e958fd8

Please sign in to comment.