Skip to content

Commit

Permalink
refactor: Remove CI cache, do verbose lock
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Dec 2, 2022
1 parent f54e41c commit a565534
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions project/.github/workflows/ci.yml
Expand Up @@ -31,11 +31,9 @@ jobs:
uses: pdm-project/setup-pdm@v3
with:
python-version: "3.8"
cache: true
cache-dependency-path: pyproject.toml

- name: Resolving dependencies
run: pdm lock
run: pdm lock -v

- name: Install dependencies
run: pdm install -G duty -G docs -G quality -G typing -G security
Expand Down Expand Up @@ -77,8 +75,9 @@ jobs:
uses: pdm-project/setup-pdm@v3
with:
python-version: ${{ matrix.python-version }}
cache: true
cache-dependency-path: pyproject.toml

- name: Resolving dependencies
run: pdm lock -v

- name: Install dependencies
run: pdm install --no-editable -G duty -G tests
Expand Down

0 comments on commit a565534

Please sign in to comment.