We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f631e43 commit 68ab8b1Copy full SHA for 68ab8b1
.github/workflows/test_actions.yml
@@ -273,8 +273,7 @@ jobs:
273
uses: ./analyze-project
274
with:
275
project-directory: ${{ github.workspace }}/.github/test_projects/extras-and-dependency-groups
276
- extras: "colors serialization"
277
- dependency-groups: "dev,docs,utils"
+ install-args: "--extras colors serialization --with dev,docs,utils"
278
- name: Check for expected dependencies
279
run: |
280
echo "Checking for expected packages from extras and dependency groups..."
0 commit comments