Skip to content

Commit

Permalink
Fixed cp command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbzomowski committed Dec 15, 2023
1 parent 24d9e14 commit bf743ba
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/tpu_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ jobs:
tpu-test:
runs-on: v4-runner-set
steps:
- name: Checkout PyTorch/XLA Repo
uses: actions/checkout@v4
- name: Checkout PyTorch Repo
run: |
git clone --recursive https://github.com/pytorch/pytorch
cd pytorch/
python3 setup.py install --user
cp -r $GITHUB_WORKSPACE/pytorch/xla .
# cd pytorch/
# python3 setup.py install --user
- name: Checkout PyTorch/XLA Repo
uses: actions/checkout@v4
run: |
cp -r $GITHUB_WORKSPACE/xla $GITHUB_WORKSPACE/pytorch
- name: Run PyTorch/XLA Setup
env:
BAZEL_VERBOSE: 1
Expand Down

0 comments on commit bf743ba

Please sign in to comment.