Skip to content

Update python req's for mos-spectroscopy notebooks for py311 #52

Update python req's for mos-spectroscopy notebooks for py311

Update python req's for mos-spectroscopy notebooks for py311 #52

Workflow file for this run

name: Build HTML on merge
on:
pull_request:
branches:
- main
types: [closed]
workflow_dispatch:
permissions:
contents: write
id-token: write
jobs:
Generate_HTML:
if: github.event.pull_request.merged == true
uses: spacetelescope/notebook-ci-actions/.github/workflows/ci_builder.yml@v3
with:
python-version: ${{ vars.PYTHON_VERSION }}