Skip to content

Bump streamlit from 1.22.0 to 1.30.0 #16

Bump streamlit from 1.22.0 to 1.30.0

Bump streamlit from 1.22.0 to 1.30.0 #16

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Python
uses: actions/setup-python@v1
with:
python-version: 3.11.4
- name: install requirements
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: setup
run: python setup.py install
- name: test message
run: python tests/test_message.py
- name: test analysis
run: python tests/test_analysis.py