From b4d19b433ee7a248d7b012bfdd8d88e7c5531374 Mon Sep 17 00:00:00 2001 From: bigheadmax Date: Tue, 7 Nov 2023 17:39:03 +0100 Subject: [PATCH] sans lancement pytest --- .github/workflows/azure-docker-python.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/azure-docker-python.yml b/.github/workflows/azure-docker-python.yml index 2fd9725..e3e966e 100644 --- a/.github/workflows/azure-docker-python.yml +++ b/.github/workflows/azure-docker-python.yml @@ -28,9 +28,9 @@ jobs: python -m pip install --upgrade pip pip install -r app/requirements_test.txt - - name: Run tests with pytest - run: | - pytest ./app/test_main.py + # - name: Run tests with pytest + # run: | + # pytest ./app/test_main.py #build_and_restart: # runs-on: ubuntu-latest