Skip to content

Commit

Permalink
Attempt caching poetry install.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Aug 28, 2024
1 parent 6c31704 commit cabd566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
path: ~/.local
key: poetry-1.8.3-0
- name: Install Poetry
run: pipx install poetry@1.8.3
run: pipx install poetry==1.8.3
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit cabd566

Please sign in to comment.