fix: runs in dkrfile & tstng.yml, md fmt err, rm distutils, time delay

This commit is contained in:
Jovial Joe Jayarson
2022-02-26 13:19:59 +05:30
parent 88979b6b3c
commit 9915bc091b
3 changed files with 39 additions and 15 deletions

2
.github/testing.yml vendored
View File

@@ -21,7 +21,7 @@ jobs:
run: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - --version 1.1.13
echo "##vso[task.setvariable variable=PATH]${PATH}:$HOME/.poetry/bin"
source $HOME/.poetry/env"
source $HOME/.poetry/env
poetry install
- name: Run unit tests
run: |