Skip to content

Commit

Permalink
[devops] fix tensornvme install
Browse files Browse the repository at this point in the history
  • Loading branch information
ver217 committed Sep 7, 2023
1 parent d4d4d60 commit cbf965b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/compatiblity_test_on_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- name: Install tensornvme
run: |
cd TensorNVMe
apt install -y cmake
pip install -r requirements.txt
pip install -v .
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/compatiblity_test_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Install tensornvme
run: |
cd TensorNVMe
apt install -y cmake
pip install -r requirements.txt
pip install -v .
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/compatiblity_test_on_schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
- name: Install tensornvme
run: |
cd TensorNVMe
apt install -y cmake
pip install -r requirements.txt
pip install -v .
- uses: actions/checkout@v2
Expand Down

0 comments on commit cbf965b

Please sign in to comment.