From 6c85fe6cc3392aa55f834cdfe02a265f8d43e197 Mon Sep 17 00:00:00 2001 From: Michael Wyatt Date: Fri, 17 Feb 2023 13:17:15 -0800 Subject: [PATCH] fix for cpu-only tests (#2849) --- .github/workflows/setup-venv/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/setup-venv/action.yml b/.github/workflows/setup-venv/action.yml index 15983a506b65..dacd50b8d471 100644 --- a/.github/workflows/setup-venv/action.yml +++ b/.github/workflows/setup-venv/action.yml @@ -5,7 +5,7 @@ runs: steps: - id: update-env run: | - sudo apt-get update && sudo apt-get -y upgrade + sudo apt-get update sudo apt-get install -y libaio-dev python -m pip install --user --upgrade pip python -m pip install --user --upgrade virtualenv