Skip to content

Commit

Permalink
infra: poetry run min versions
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Feb 7, 2024
1 parent d397721 commit 6e82c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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=$(poetry run python $GITHUB_WORKSPACE/.github/scripts/get_min_versions.py pyproject.toml)" >> $GITHUB_OUTPUT

- name: Run unit tests with minimum dependency versions
env:
Expand Down

0 comments on commit 6e82c47

Please sign in to comment.