Skip to content

Bump jupyterlab from 3.5.3 to 3.6.7 #82

Bump jupyterlab from 3.5.3 to 3.6.7

Bump jupyterlab from 3.5.3 to 3.6.7 #82

Workflow file for this run

name: "Pull Request"
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
BSK_VERSION: "2.1.7"
jobs:
build-linux:
name: Build Linux
runs-on: ubuntu-20.04
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Checkout Basilisk
uses: actions/checkout@v3
with:
repository: AVSLab/basilisk
ref: ${{ env.BSK_VERSION }}
lfs: true
path: basilisk
- name: "Apt-get Update"
run: sudo apt-get update
- name: "Build Container Image"
run: podman build -t basilisk-jupyterlabs -f basilisk-jupyterlabs.Containerfile .