diff --git a/.github/workflows/test-latest-package.yml b/.github/workflows/test-latest-package.yml index 6179ec8..9480fc7 100644 --- a/.github/workflows/test-latest-package.yml +++ b/.github/workflows/test-latest-package.yml @@ -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"