Skip to content

Commit 0d27d58

Browse files
committed
Fixed path to the constraints file obtained from the artifact
1 parent 325fbba commit 0d27d58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pre-commit_wsl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
# continue-on-error: true
155155
uses: pilosus/action-pip-license-checker@v3.1.0
156156
with:
157-
requirements: the_repo/constraints-${{ matrix.python-version }}-wsl.txt
157+
requirements: constraints-${{ matrix.python-version }}-wsl.txt
158158
# - name: Check transitive dependencies licences
159159
# id: license_check_report
160160
# uses: pilosus/action-pip-license-checker@v3.1.0

0 commit comments

Comments
 (0)