Skip to content

Commit 6c85fe6

Browse files
authored
fix for cpu-only tests (#2849)
1 parent 5b7413a commit 6c85fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/setup-venv/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
steps:
66
- id: update-env
77
run: |
8-
sudo apt-get update && sudo apt-get -y upgrade
8+
sudo apt-get update
99
sudo apt-get install -y libaio-dev
1010
python -m pip install --user --upgrade pip
1111
python -m pip install --user --upgrade virtualenv

0 commit comments

Comments
 (0)