Skip to content

Commit

Permalink
i hate ci
Browse files Browse the repository at this point in the history
  • Loading branch information
amirreza8002 committed Sep 3, 2024
1 parent e42b27a commit c889412
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Cache
id: cached-poetry
uses: actions/cache@v4
with:
path: ./.venv
key: venv-${{ hashFiles('poetry.lock') }}
# - name: Cache
# id: cached-poetry
# uses: actions/cache@v4
# with:
# path: ./.venv
# key: venv-${{ hashFiles('poetry.lock') }}

- name: Install poetry
if: steps.cached-poetry.outputs.cache-hit != 'true'
Expand All @@ -75,7 +75,7 @@ jobs:
poetry config virtualenvs.in-project true --local
- name: Install project
run: poetry install --no-interaction
run: poetry install --no-interaction --all-extras

- name: tests
run: |
Expand Down

0 comments on commit c889412

Please sign in to comment.