Skip to content

update python version #341

update python version

update python version #341

Workflow file for this run

name: Run tests
on: [pull_request]
jobs:
test:
runs-on: ubuntu-20.04
strategy:
matrix:
bot: ['base', 'hh']
lang: ['eng']
steps:
- uses: actions/checkout@v2
- uses: actions/[email protected]
with:
python-version: 3.7.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
pip install -r requirements-actions.txt
- name: Test
run: |
./test.sh ${{ matrix.bot }} ${{ matrix.lang }}