From 3c3654b4d6455be7c495ae54524db18142028088 Mon Sep 17 00:00:00 2001 From: Hans Date: Wed, 29 May 2024 15:09:10 +0800 Subject: [PATCH] ci: setup conda --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c97ecc5..0f7cb0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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