Skip to content

Commit

Permalink
refactor: Use new PDM 'group' option ('section' is deprecated)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Aug 20, 2021
1 parent 32961f1 commit 4e4f5fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/.github/workflows/ci.yml
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Install dependencies
run: |
pdm install -s duty -s docs -s quality -s typing
pdm install -G duty -G docs -G quality -G typing
pip install safety
- name: Check if the documentation builds correctly
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
key: tests-cache-${{ runner.os }}-${{ matrix.python-version }}

- name: Install dependencies
run: pdm install -s duty -s tests
run: pdm install -G duty -G tests

- name: Run the test suite
run: pdm run duty test

0 comments on commit 4e4f5fb

Please sign in to comment.