Skip to content

Add sub-title for downloading and/or installing python packages #1182

Add sub-title for downloading and/or installing python packages

Add sub-title for downloading and/or installing python packages #1182

Workflow file for this run

name: Pull Request
on:
pull_request:
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
jobs:
agent:
uses: ./.github/workflows/agent.yaml
web:
uses: ./.github/workflows/web.yaml
build:
uses: ./.github/workflows/build.yaml
bats:
needs: build
uses: ./.github/workflows/bats.yaml
cypress:
needs: build
uses: ./.github/workflows/ui.yaml
# Extensions
jupyterlab:
uses: ./.github/workflows/jupyterlab.yaml
positron:
uses: ./.github/workflows/positron.yaml