Skip to content

chore: update vue to 3.4.37 #160

chore: update vue to 3.4.37

chore: update vue to 3.4.37 #160

Workflow file for this run

name: Python CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r backend/requirements.txt
- name: Test with doctest
run: |
python -m doctest -v backend/location_to_wikitext.py