Skip to content

Commit 68ab8b1

Browse files
committed
Fix test where we were using 'extras' and 'dependency-groups'
1 parent f631e43 commit 68ab8b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test_actions.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,7 @@ jobs:
273273
uses: ./analyze-project
274274
with:
275275
project-directory: ${{ github.workspace }}/.github/test_projects/extras-and-dependency-groups
276-
extras: "colors serialization"
277-
dependency-groups: "dev,docs,utils"
276+
install-args: "--extras colors serialization --with dev,docs,utils"
278277
- name: Check for expected dependencies
279278
run: |
280279
echo "Checking for expected packages from extras and dependency groups..."

0 commit comments

Comments
 (0)