Skip to content

add sort_by_generation to query_step; support get sub steps of a specific step; fix hooks of task #103

add sort_by_generation to query_step; support get sub steps of a specific step; fix hooks of task

add sort_by_generation to query_step; support get sub steps of a specific step; fix hooks of task #103

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