We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b7413a commit 6c85fe6Copy full SHA for 6c85fe6
.github/workflows/setup-venv/action.yml
@@ -5,7 +5,7 @@ runs:
5
steps:
6
- id: update-env
7
run: |
8
- sudo apt-get update && sudo apt-get -y upgrade
+ sudo apt-get update
9
sudo apt-get install -y libaio-dev
10
python -m pip install --user --upgrade pip
11
python -m pip install --user --upgrade virtualenv
0 commit comments