From aaacfe8a63f77eec5ac5ffef645ecdd445daf2be Mon Sep 17 00:00:00 2001 From: bigheadmax Date: Tue, 7 Nov 2023 17:36:29 +0100 Subject: [PATCH] ./app --- .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 b45855a..3654d19 100644 --- a/.github/workflows/azure-docker-python.yml +++ b/.github/workflows/azure-docker-python.yml @@ -19,9 +19,9 @@ jobs: uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: - python-version: 3.9 + python-version: 3.11 - name: Install dependencies run: | @@ -30,7 +30,7 @@ jobs: - name: Run tests with pytest run: | - cd app + cd ./app pytest #build_and_restart: