Skip to content

Commit

Permalink
Added missing installations
Browse files Browse the repository at this point in the history
  • Loading branch information
skalyanaraman57 committed Jul 5, 2024
1 parent ba2bc74 commit cc177e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:

- name: Install dependencies
run: |
cd nvtrust/guest_tools/gpu_verifier/local_gpu_verifier
cd guest_tools/gpu_verifier/local_gpu_verifier
pip3 install .
pip3 install build
pip3 install twine
- name: Build the package
run: |
Expand Down

0 comments on commit cc177e5

Please sign in to comment.