Skip to content

Poetry Dep(deps): Bump scipy from 1.15.1 to 1.15.2 #57

Poetry Dep(deps): Bump scipy from 1.15.1 to 1.15.2

Poetry Dep(deps): Bump scipy from 1.15.1 to 1.15.2 #57

Workflow file for this run

name: Build Docker image
on:
pull_request:
env:
IMAGE_NAME: graphedexcel
permissions:
contents: read
jobs:
push:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME --label "runnumber=${GITHUB_RUN_ID}"