Skip to content

build(deps): bump pandas from 2.2.1 to 2.3.2 #122

build(deps): bump pandas from 2.2.1 to 2.3.2

build(deps): bump pandas from 2.2.1 to 2.3.2 #122

Workflow file for this run

name: Container Build
on:
- pull_request
- push
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Builds Docker Image
run: docker compose build notebook
- name: Stops Containers
run: docker compose down