build(deps): bump fastapi from 0.83.0 to 0.109.1 in /pesto-cli #32
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test PESTO commands | |
on: push | |
jobs: | |
integration-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: actions/setup-python@v4 | |
with: | |
python-version: '3.9' | |
- name: Install requirements | |
run: | | |
pip install -r pesto-cli/requirements.txt | |
pip install wheel | |
- name: Install Pesto | |
run: make install | |
- name: Run integration tests | |
run: pesto-cli/integrationtests/tests-all.py |