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/