Skip to content

Commit

Permalink
chore: drop python in CI images
Browse files Browse the repository at this point in the history
  • Loading branch information
oxidase committed Jul 3, 2024
1 parent 0dea015 commit 5eb2765
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,16 @@ jobs:
include: # TODO: windows-latest
- os: ubuntu-latest
cache: ~/.cache/bazel
python: '3.8'
- os: macos-latest
cache: /private/var/tmp/_bazel_runner
python: '3.12'

steps:
- name: Checkout Code
- name: Checkout code
uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- name: Remove system python
if: matrix.os == 'ubuntu-latest'
run: sudo rm -rf $(which python3)

- name: Setup bazelisk
uses: bazelbuild/setup-bazelisk@v2
Expand Down

0 comments on commit 5eb2765

Please sign in to comment.