Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Bump the pip group across 1 directories with 10 updates #381

Bump the pip group across 1 directories with 10 updates

Bump the pip group across 1 directories with 10 updates #381

Workflow file for this run

name: PullRequestMaster
on:
pull_request:
branches: [ master ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dev deps
run: pip install -r api/requirements-dev.txt
- name: Run Pytest
run: python -m pytest api/tests/