Skip to content

Constrain number of high values to number of agents #62

Constrain number of high values to number of agents

Constrain number of high values to number of agents #62

name: motivation-app
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
jobs:
streamlit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- uses: streamlit/[email protected]
with:
app-path: app.py
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements-dev.txt
pip install -r requirements.txt
- name: Run pre-commit hooks
run: |
pre-commit run --all-files