Skip to content

Commit 8e73d12

Browse files
authored
Update ubuntu_basic.yml
Signed-off-by: Qing Wang <qingwang633@gmail.com>
1 parent 7e19280 commit 8e73d12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubuntu_basic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install bazel
1919
run: |
2020
apt-get update
21-
apt-get install -yq wget gcc g++ python3.8 zlib1g-dev zip libuv1.dev
21+
apt-get install -yq wget gcc g++ python3.11 zlib1g-dev zip libuv1.dev
2222
2323
apt-get install -yq pip
2424
wget "https://github.com/bazelbuild/bazel/releases/download/5.1.0/bazel_5.1.0-linux-x86_64.deb" -O bazel_5.1.0-linux-x86_64.deb
@@ -27,7 +27,7 @@ jobs:
2727
- name: Install dependencies
2828
run: |
2929
python3 -m pip install virtualenv
30-
python3 -m virtualenv -p python3.8 py3
30+
python3 -m virtualenv -p python3.11 py3
3131
. py3/bin/activate
3232
which python
3333
pip install pytest torch

0 commit comments

Comments
 (0)