Skip to content

add link to tutorial in Bayesian optimization tutorial #213

add link to tutorial in Bayesian optimization tutorial

add link to tutorial in Bayesian optimization tutorial #213

Workflow file for this run

on:
pull_request:
branches: master
jobs:
backend-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Check backend version is updated when necessary
run: sh -c "
(git diff --quiet HEAD^ XLA_VERSION && git diff --quiet HEAD^ spidr/backend/**) || \
! git diff --quiet HEAD^ spidr/backend/VERSION
"