Skip to content

Bump jupyterlab from 4.0.11 to 4.2.5 in /bazel in the pip group #1439

Bump jupyterlab from 4.0.11 to 4.2.5 in /bazel in the pip group

Bump jupyterlab from 4.0.11 to 4.2.5 in /bazel in the pip group #1439

# ref: https://github.com/actions/runner-images
name: amd64 Docker Bazel
on: [push, pull_request, workflow_dispatch]
jobs:
bazel:
strategy:
matrix:
distro: [archlinux, debian, fedora, opensuse, ubuntu]
fail-fast: false
name: ${{ matrix.distro }} • Bazel • C++
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build env image
run: make --directory=bazel ${{ matrix.distro }}_env
- name: Build devel image
run: make --directory=bazel ${{ matrix.distro }}_devel
- name: Build project
run: make --directory=bazel ${{ matrix.distro }}_build
- name: Test project
run: make --directory=bazel ${{ matrix.distro }}_test