Skip to content

build(deps): bump streamlit from 1.28.0 to 1.31.0 #716

build(deps): bump streamlit from 1.28.0 to 1.31.0

build(deps): bump streamlit from 1.28.0 to 1.31.0 #716

Workflow file for this run

name: Docker
on:
push:
# branches: ["main"]
pull_request:
# branches: ["main"]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
envfile: ${{ secrets.ENV }}
mode: testing
"POETRY_VIRTUALENVS_IN_PROJECT": false
"POETRY_VIRTUALENVS_OPTIONS_ALWAYS_COPY": true
"POETRY_VIRTUALENVS_OPTIONS_NO_PIP": false
"POETRY_VIRTUALENVS_OPTIONS_NO_SETUPTOOLS": false
jobs:
docker:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build Dockerfile
run: |
make docker
# - name: Run tests
# run: |
# make test