Skip to content

Commit

Permalink
run on tensorflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ohinds committed Jun 29, 2023
1 parent 64a562f commit c1e5347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/guide-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -13,5 +13,5 @@ jobs:
run: |
cd ${{ github.workspace }}
pip install --upgrade pip
pip install -e nobrainer
pip install -e .
nobrainer info

0 comments on commit c1e5347

Please sign in to comment.