Skip to content

Commit

Permalink
Add git to installed packages
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverholworthy committed Jun 2, 2023
1 parent a9ec8d2 commit 475b96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Ubuntu packages
run: |
apt-get update -y
apt-get install -y build-essential protobuf-compiler
apt-get install -y build-essential protobuf-compiler git
- name: Install and upgrade python packages
run: |
python -m pip install --upgrade pip setuptools==59.4.0 wheel tox pybind11
Expand Down

0 comments on commit 475b96b

Please sign in to comment.