Skip to content

Commit

Permalink
install conda python
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Nov 11, 2024
1 parent 0df5858 commit ade6919
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/libtorch-linux-cpu-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,12 @@ jobs:
timeout-minutes: 120
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v5
with:
python-version: '3.13'
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: pytorch
- name: Conda deps
run: |
conda install cmake ninja
conda install cmake ninja python==3.13
- name: Clone
run: |
git clone -b ${{ github.event.inputs.branch }} --recurse-submodule https://github.com/pytorch/pytorch.git
Expand Down

0 comments on commit ade6919

Please sign in to comment.