Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonsteiner committed Jan 18, 2025
1 parent 48bc48d commit 3d71753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Download wheel uploaded by the build-wheel job
uses: actions/download-artifact@v4
- name: Install Darker and its dependencies from the wheel built earlier
run: pip install "${{needs.build-wheel.outputs.wheel-path}}[test]"
run: pip install "${{needs.build-wheel.outputs.wheel-path}} --extra dev"
${{ matrix.upgrade }} ${{ matrix.constraints }}
- name: Upgrade Black, Flynt and Isort from GitHub if future constraints are used
# This can't be done in the same Pip invocation as installing Darker
Expand Down

0 comments on commit 3d71753

Please sign in to comment.