Skip to content

Commit

Permalink
Merge pull request #2059 from recommenders-team/bug/docs_python_version
Browse files Browse the repository at this point in the history
Bug in github actions in python version
  • Loading branch information
miguelgfierro authored Jan 31, 2024
2 parents 3d0894e + 1249199 commit aa5c4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"

- name: Install dependencies
run: |
Expand Down

0 comments on commit aa5c4e1

Please sign in to comment.