Skip to content

Bump pyyaml from 6.0.1 to 6.0.2 #480

Bump pyyaml from 6.0.1 to 6.0.2

Bump pyyaml from 6.0.1 to 6.0.2 #480

Workflow file for this run

name: pytest
on: pull_request
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r test-requirements.txt
- name: Test with pytest
run: |
pytest