Skip to content

fix: add missing conditional for Jupyter installation #22

fix: add missing conditional for Jupyter installation

fix: add missing conditional for Jupyter installation #22

Workflow file for this run

---
name: TODO to GitHub Issue
'on':
push:
branches:
- main
jobs:
todo:
name: TODO to GitHub Issue
runs-on: ubuntu-latest
steps:
- name: Check out the codebase
uses: actions/checkout@v4
- name: Raise GitHub issues for TODOs found
uses: alstr/[email protected]
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
AUTO_ASSIGN: true