Skip to content

Commit

Permalink
Try to fix poetry cache (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrique-coder committed Dec 12, 2024
1 parent c9b9f24 commit d93e834
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,10 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: "poetry"

- name: Cache Poetry dependencies
uses: actions/cache@v3
with:
path: ~/.cache/pypoetry
key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}
restore-keys: |
${{ runner.os }}-poetry-
- name: Install Poetry
run: |
python -m pip install --upgrade pip
pip install --upgrade poetry
uses: snok/install-poetry@v1
with:
version: latest

- name: Install dependencies with Poetry and StreamSnapper extras
run: poetry install --extras "all"
Expand Down

0 comments on commit d93e834

Please sign in to comment.