Skip to content

Commit

Permalink
Use python 3.9 (#892)
Browse files Browse the repository at this point in the history
* Use python 3.10

* Remove changes

* Use 3.9 for docs
  • Loading branch information
priti-ashvin-shah-ibm authored Dec 22, 2022
1 parent 3a42d75 commit 3c1ab72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.9"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 3c1ab72

Please sign in to comment.