Skip to content

Commit

Permalink
Update pypi-distribution-reusable.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanwm authored Sep 21, 2024
1 parent d41cda8 commit abf531e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/pypi-distribution-reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ jobs:
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: cuda-toolkit
if: ${{ startsWith( inputs.build_type, 'cuda' ) }}
uses: Jimver/cuda-toolkit@v0.2.17
#- name: cuda-toolkit
# if: ${{ startsWith( inputs.build_type, 'cuda' ) }}
# uses: Jimver/cuda-toolkit@v0.2.17

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"

- name: Install Protoc
run: sudo apt install protobuf-compiler
#- name: Install Protoc
# run: sudo apt install protobuf-compiler

- name: Install Python dependencies
uses: py-actions/py-dependency-install@v4
with:
path: "PyTorch_requirements.txt"
#- name: Install Python dependencies
# uses: py-actions/py-dependency-install@v4
# with:
# path: "PyTorch_requirements.txt"

#- name: Install pypa/build
# run: >-
Expand Down

0 comments on commit abf531e

Please sign in to comment.