Skip to content

Commit

Permalink
πŸ’š Fix ci for python3-pip
Browse files Browse the repository at this point in the history
  • Loading branch information
yhs0602 committed Jan 3, 2025
1 parent c6722f2 commit e6cb089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-build-cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Git 2.18 or higher
run: |
apt-get update
apt-get install -y git cmake python3-dev ninja-build
apt-get install -y git cmake python3-dev ninja-build python3-pip
git --version
python3 --version
ln -s /usr/bin/python3 /usr/bin/python
Expand Down

0 comments on commit e6cb089

Please sign in to comment.