Skip to content

Commit

Permalink
Install python pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybubnov committed Apr 19, 2024
1 parent a1a32ff commit 419f259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
apt-get update
apt-get install -y libunwind-dev
apt-get install -y cmake build-essential libboost-test-dev libfmt-dev
apt-get install -y cmake build-essential libboost-test-dev libfmt-dev python3-pip
pip3 install torch
- name: Find PyTorch CMake path
Expand Down

0 comments on commit 419f259

Please sign in to comment.