diff --git a/.github/workflows/compatiblity_test_on_dispatch.yml b/.github/workflows/compatiblity_test_on_dispatch.yml index e8efb42d316d..858e2e3c8b17 100644 --- a/.github/workflows/compatiblity_test_on_dispatch.yml +++ b/.github/workflows/compatiblity_test_on_dispatch.yml @@ -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 diff --git a/.github/workflows/compatiblity_test_on_pr.yml b/.github/workflows/compatiblity_test_on_pr.yml index 2b6eda36103b..fb27e4105d8a 100644 --- a/.github/workflows/compatiblity_test_on_pr.yml +++ b/.github/workflows/compatiblity_test_on_pr.yml @@ -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 diff --git a/.github/workflows/compatiblity_test_on_schedule.yml b/.github/workflows/compatiblity_test_on_schedule.yml index 4af8e4626813..c0fc8af9d160 100644 --- a/.github/workflows/compatiblity_test_on_schedule.yml +++ b/.github/workflows/compatiblity_test_on_schedule.yml @@ -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