Skip to content

Commit

Permalink
Do not use constraints file for downstream test (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Apr 4, 2024
1 parent e426c68 commit 1da9e60
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/downstream-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ runs:
run: |
set -x
# Do not use previous constraints file.
unset PIP_CONSTRAINT
echo "::group::Set up env values"
package_name=${{inputs.package_name}}
package_spec="${{inputs.package_spec}}"
Expand Down

0 comments on commit 1da9e60

Please sign in to comment.