Skip to content

Commit

Permalink
python -> python3
Browse files Browse the repository at this point in the history
  • Loading branch information
graciegoheen committed Jun 7, 2023
1 parent f851911 commit 6b640ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python3 -m pip install --upgrade pip
pip install poetry
poetry install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python3 -m pip install --upgrade pip
pip install poetry
poetry install
Expand Down

0 comments on commit 6b640ca

Please sign in to comment.