Skip to content

setup: pin ruamel.yaml to <0.18 #35

setup: pin ruamel.yaml to <0.18

setup: pin ruamel.yaml to <0.18 #35

Workflow file for this run

name: Test Suite
on:
- pull_request
jobs:
tox:
name: Tests
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install Tox
run: pip install tox
- name: Run tests
run: tox