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 433de2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
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

0 comments on commit 433de2c

Please sign in to comment.