Skip to content

Commit

Permalink
ci: fixed poetry caching
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Dec 6, 2023
1 parent 185a1b3 commit 18d257f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
with:
submodules: 'recursive'

- run: pipx install poetry

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -29,7 +31,6 @@ jobs:
- name: Install dependencies
shell: bash
run: |
pipx install poetry==1.3.2
python -m venv venv
source venv/bin/activate || source venv/Scripts/activate
make build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
with:
submodules: 'recursive'

- run: pipx install poetry

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -36,7 +38,6 @@ jobs:
- name: Install dependencies
shell: bash
run: |
pipx install poetry
source venv/bin/activate || source venv/Scripts/activate
make build
Expand Down

0 comments on commit 18d257f

Please sign in to comment.