Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
use v1.0.0 tag for nm-actions (#367)
Browse files Browse the repository at this point in the history
Co-authored-by: dhuangnm <[email protected]>
  • Loading branch information
dhuangnm and dhuangnm authored Jul 9, 2024
1 parent ccaba64 commit 8772fb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/nm-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]

- name: checkout
id: checkout
Expand All @@ -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
Expand Down

0 comments on commit 8772fb3

Please sign in to comment.