Skip to content

build(deps): update grpcio requirement from ~=1.43.0 to ~=1.64.1 in the pip group across 1 directory #728

build(deps): update grpcio requirement from ~=1.43.0 to ~=1.64.1 in the pip group across 1 directory

build(deps): update grpcio requirement from ~=1.43.0 to ~=1.64.1 in the pip group across 1 directory #728

Workflow file for this run

name: gLogger
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Checkout Code
uses: actions/checkout@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r dev-requirements.txt
- name: Install self
run: pip install -e .
- name: Test
run: pytest tests/glogger/