Skip to content

Commit

Permalink
chore: fixed docs.yml python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvilla committed Nov 22, 2023
1 parent 2162026 commit 5ca0ee5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
- name: checkout
uses: actions/checkout@v2

- name: setup-python-3.x
uses: actions/setup-python@v2
- name: setup-python-3.11
uses: actions/setup-python@v4
with:
python-version: 3.x
python-version: 3.11

- name: install-dependencies
run: |
Expand Down

0 comments on commit 5ca0ee5

Please sign in to comment.