Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanwm authored Jul 6, 2024
1 parent 02a6ef8 commit e78f37c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
steps:
# this Action should follow steps to set up Python build environment
- uses: actions/checkout@v4
- name: Install Python dependencies

- name: Set Flags
run: export USE_CUDA=0

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

0 comments on commit e78f37c

Please sign in to comment.