Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
camiloaz committed Aug 7, 2024
1 parent 892fe9f commit 0143313
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install poetry
run: pipx install poetry
run: pip install poetry

- name: Set up Python version
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install poetry
run: pipx install poetry
run: pip install poetry

- name: Set up Python version
uses: actions/setup-python@v5
Expand Down

0 comments on commit 0143313

Please sign in to comment.