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

use v1.0.0 tag for nm-actions #367

Merged
merged 1 commit into from
Jul 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading