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 c9d98b2 commit 8f9a924
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ jobs:
runs-on: ubuntu-latest

steps:
steps:
# this Action should follow steps to set up Python build environment
- name: Install Python dependencies
uses: py-actions/py-dependency-install@v4
with:
path: "PyTorch_requirements.txt"

- uses: actions/checkout@v4

- name: Configure CMake
Expand Down

0 comments on commit 8f9a924

Please sign in to comment.