From 0184845802eee647e5d6eed514fb2ddb58bcc31b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Gustavo=20A=2E=20Amorim?= Date: Mon, 29 Jan 2024 19:10:19 -0300 Subject: [PATCH] remove manual torchvision install --- .github/workflows/self-tests.yml | 5 +++++ .github/workflows/tutorials.yml | 4 +--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/self-tests.yml b/.github/workflows/self-tests.yml index d878bdf..fbdff9f 100644 --- a/.github/workflows/self-tests.yml +++ b/.github/workflows/self-tests.yml @@ -66,6 +66,11 @@ jobs: with: ref: main + workflow-tutorials: + uses: ./.github/workflows/tutorials.yml + with: + ref: main + workflow-docs: uses: ./.github/workflows/docs.yml with: diff --git a/.github/workflows/tutorials.yml b/.github/workflows/tutorials.yml index 2a0e683..b3a6ed1 100644 --- a/.github/workflows/tutorials.yml +++ b/.github/workflows/tutorials.yml @@ -63,9 +63,7 @@ jobs: - name: Install dependencies working-directory: ./tutorials-repo/ shell: bash -l {0} - run: | - conda install torchvision -c pytorch - make setup + run: make setup - name: Check deps working-directory: ./tutorials-repo/