Skip to content

Bump flask from 1.1.1 to 2.3.2 in /txcl/sagemaker/fasttext #15

Bump flask from 1.1.1 to 2.3.2 in /txcl/sagemaker/fasttext

Bump flask from 1.1.1 to 2.3.2 in /txcl/sagemaker/fasttext #15

Workflow file for this run

on: pull_request
name: Pull request
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install . pytest
- name: Test
run: |
cd test
pytest