From 87d5b1c4b668564737fa90323b565b662b2b69ce Mon Sep 17 00:00:00 2001 From: dhuangnm Date: Mon, 8 Jul 2024 15:47:42 -0400 Subject: [PATCH] use v1.0.0 tag for nm-actions --- .github/workflows/nm-build.yml | 2 +- .github/workflows/nm-test.yml | 7 ++----- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/nm-build.yml b/.github/workflows/nm-build.yml index 10173813ac4b4..2503fa70d4ac1 100644 --- a/.github/workflows/nm-build.yml +++ b/.github/workflows/nm-build.yml @@ -108,7 +108,7 @@ jobs: - name: set python id: set_python - uses: neuralmagic/nm-actions/actions/set-python@main + uses: neuralmagic/nm-actions/actions/set-python@v1.0.0 with: python: ${{ inputs.python }} venv: ${{ env.VENV_BASE }} diff --git a/.github/workflows/nm-test.yml b/.github/workflows/nm-test.yml index 01d6fa96730d3..bd0cd4cc06af1 100644 --- a/.github/workflows/nm-test.yml +++ b/.github/workflows/nm-test.yml @@ -72,10 +72,7 @@ jobs: python-version: ${{ inputs.python }} - name: install automation components - run: | - sudo apt-get update --fix-missing - sudo apt-get install -y git-all - sudo apt-get install -y curl + uses: neuralmagic/nm-actions/actions/install-automation-components@v1.0.0 - name: checkout id: checkout @@ -94,7 +91,7 @@ jobs: nvcc_threads: 0 - name: install testmo - uses: neuralmagic/nm-actions/actions/install-testmo@main + uses: neuralmagic/nm-actions/actions/install-testmo@v1.0.0 - name: create testmo run id: create_testmo_run