Skip to content

Commit

Permalink
fix: ci broken because the python version was not set thus not able t…
Browse files Browse the repository at this point in the history
…o respect the constraints on tensorflow version
  • Loading branch information
lucashervier committed Oct 8, 2024
1 parent b05f896 commit 777936f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "Build and Publish Latest Release Docs"
on:
release:
types: [published]
workflow_dispatch:

permissions:
contents: write
Expand All @@ -21,7 +22,7 @@ jobs:
- name: "Set up Python"
uses: actions/setup-python@v2
with:
python-version: '3.x'
python-version: '3.10'

- name: "Install Dependencies"
run: |
Expand Down

0 comments on commit 777936f

Please sign in to comment.