diff --git a/.github/workflows/notebook.yml b/.github/workflows/notebook.yml index fcca20651..b80711d0f 100644 --- a/.github/workflows/notebook.yml +++ b/.github/workflows/notebook.yml @@ -24,9 +24,6 @@ jobs: ref: ${{ github.head_ref }} fetch-depth: 0 - uses: ./.github/actions/notebooks - with: - rye-version: ${{ vars.RYE_VERSION }} - python-version: ${{ inputs.python-version }} - name: Format working-directory: examples run: rye run clean @@ -65,9 +62,6 @@ jobs: ref: ${{ github.head_ref }} fetch-depth: 0 - uses: ./.github/actions/notebooks - with: - rye-version: ${{ vars.RYE_VERSION }} - python-version: ${{ inputs.python-version }} - name: Create readme working-directory: examples run: rye run create-readme diff --git a/examples/test.ipynb b/examples/test.ipynb deleted file mode 100644 index fadc8acdb..000000000 --- a/examples/test.ipynb +++ /dev/null @@ -1,33 +0,0 @@ -{ - "nbformat": 4, - "nbformat_minor": 2, - "metadata": {}, - "cells": [ - { - "cell_type": "markdown", - "id": "db768cda", - "metadata": {}, - "source": [ - "", - " ", - "" - ] - }, - { - "cell_type": "markdown", - "id": "cb5611d0", - "metadata": {}, - "source": [ - "", - "", - "", - "\n", - "", - "", - "" - ] - } - ] -} \ No newline at end of file