From c1e5347ef629f1b635c9e649af22d5ed16d6c4f3 Mon Sep 17 00:00:00 2001 From: Oliver Hinds Date: Thu, 29 Jun 2023 15:53:25 -0400 Subject: [PATCH] run on tensorflow --- .github/workflows/guide-notebooks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/guide-notebooks.yml b/.github/workflows/guide-notebooks.yml index efc2d240..1f4ec0b5 100644 --- a/.github/workflows/guide-notebooks.yml +++ b/.github/workflows/guide-notebooks.yml @@ -3,7 +3,7 @@ run-name: ${{ github.actor }} on: [push] jobs: guide-notebooks-regression: - runs-on: ubuntu-latest + runs-on: tensorflow-latest steps: - run: echo "automatically triggered by a ${{ github.event_name }} event" - run: echo "running on a ${{ runner.os }} server hosted by github" @@ -13,5 +13,5 @@ jobs: run: | cd ${{ github.workspace }} pip install --upgrade pip - pip install -e nobrainer + pip install -e . nobrainer info