Skip to content

build(deps): bump tough-cookie from 4.0.0 to 4.1.3 in /js #35

build(deps): bump tough-cookie from 4.0.0 to 4.1.3 in /js

build(deps): bump tough-cookie from 4.0.0 to 4.1.3 in /js #35

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install pipenv
echo bistring >python/.venv
echo bistring >docs/.venv
make deps
- name: Run tests
run: |
make check