Skip to content

Commit

Permalink
upgrade python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ashione committed Jun 21, 2024
1 parent fd7ea88 commit 0523b9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos_building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
jobs:
streaming-mac-pipeline:
timeout-minutes: 90
runs-on: macos-11
runs-on: macos-14

steps:
- uses: actions/checkout@v2
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/ubuntu_building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
apt-get install -yq software-properties-common
add-apt-repository -y ppa:deadsnakes/ppa
apt-get install -yq wget gcc g++ openjdk-8-jdk maven python3.8 zlib1g-dev zip git pip
apt install python3.10 python3.10-venv python3.10-dev
- name: Install bazel
run: |
Expand All @@ -40,8 +41,8 @@ jobs:
- name: Install ray wheel
run: |
python3 -m pip install virtualenv
python3 -m virtualenv -p python3 py3
python3.10 -m pip install virtualenv
python3.10 -m virtualenv -p python3.10 py3
. py3/bin/activate
pip install pytest
sh -c "bash scripts/install-ray.sh"
Expand Down

0 comments on commit 0523b9e

Please sign in to comment.