Skip to content

fix: add label to memoize config map fix: retry for status 5xx of query API #34

fix: add label to memoize config map fix: retry for status 5xx of query API

fix: add label to memoize config map fix: retry for status 5xx of query API #34

Workflow file for this run

name: Python unit-tests
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Python 3.8
uses: actions/setup-python@master
with:
python-version: 3.8
- name: Install dependencies
run: |
pip install .
pip install pytest
- name: Test
run: DFLOW_MODE=debug pytest -vs tests