Skip to content

Commit

Permalink
Update install_torch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet authored Oct 31, 2024
1 parent 79dc686 commit 26e636e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install_torch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ jobs:
with:
python-version: "3.10"
- name: Print Python version
shell: bash -l {0}
shell: bash {0}
run: python --version
- name: Print Python3 version
shell: bash -l {0}
run: python3 --version
- name: Install PyTorch and Numpy
shell: bash -l {0}
shell: bash {0}
run: pip install torch numpy
- name: Run Python script
shell: python {0}
Expand Down

0 comments on commit 26e636e

Please sign in to comment.