Skip to content

First round of updates to try and cover all Chansons de geste #412

First round of updates to try and cover all Chansons de geste

First round of updates to try and cover all Chansons de geste #412

Workflow file for this run

on: [pull_request]
name: tests
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v2
with:
ref: ${{ github.ref }}
fetch-depth: 0
- 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
pip install networkx lxml
- name: Tests
run: python ./tests/testthat.py