We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e19280 commit 8e73d12Copy full SHA for 8e73d12
.github/workflows/ubuntu_basic.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install bazel
19
run: |
20
apt-get update
21
- apt-get install -yq wget gcc g++ python3.8 zlib1g-dev zip libuv1.dev
+ apt-get install -yq wget gcc g++ python3.11 zlib1g-dev zip libuv1.dev
22
23
apt-get install -yq pip
24
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:
27
- name: Install dependencies
28
29
python3 -m pip install virtualenv
30
- python3 -m virtualenv -p python3.8 py3
+ python3 -m virtualenv -p python3.11 py3
31
. py3/bin/activate
32
which python
33
pip install pytest torch
0 commit comments