Skip to content

Commit

Permalink
Adjust step naming
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Dec 9, 2024
1 parent f82594e commit da61567
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-latest-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ jobs:

- uses: neuralmagic/nm-actions/actions/get-pypi-latest-versions@fix-pypi-latest-version
id: get-one
name: get-pypi-latest-versions (vllm, 1)
with:
package_name: "vllm"
num_of_latest: "1"
- uses: neuralmagic/nm-actions/actions/get-pypi-latest-versions@fix-pypi-latest-version
id: get-five
name: get-pypi-latest-versions (vllm, 5)
with:
package_name: "vllm"
num_of_latest: "5"
Expand Down

0 comments on commit da61567

Please sign in to comment.