Skip to content

Commit

Permalink
fix for cpu-only tests (#2849)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwyattii authored Feb 17, 2023
1 parent 5b7413a commit 6c85fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/setup-venv/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6c85fe6

Please sign in to comment.