Skip to content

Commit

Permalink
python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramimashkouk committed Aug 30, 2024
1 parent 9aab4f7 commit 99be436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: set up python 3.9
- name: set up python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.10

- name: setup poetry
run: |
Expand Down

0 comments on commit 99be436

Please sign in to comment.