infra: fix release (#17142)

This commit is contained in:
Erick Friis 2024-02-06 16:22:20 -08:00 committed by GitHub
parent 3e58df43c2
commit 2187268208
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -183,7 +183,7 @@ jobs:
- name: Get minimum versions
id: check-version
run: echo "min-versions=$(python $GITHUB_WORKSPACE/.github/scripts/get_min_versions.py pyproject.toml)"" >> $GITHUB_OUTPUT
run: echo "min-versions=$(python $GITHUB_WORKSPACE/.github/scripts/get_min_versions.py pyproject.toml)" >> $GITHUB_OUTPUT
- name: Run unit tests with minimum dependency versions
env: