Skip to content

Commit

Permalink
ci: setup conda
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed May 29, 2024
1 parent 3abd260 commit 3c3654b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20.x
- uses: s-weigand/setup-conda@v1
with:
python-version: 3.10
- uses: actions/checkout@v4
with:
repository: pytorch/executorch
Expand Down

0 comments on commit 3c3654b

Please sign in to comment.