From 8c612526583670fe38ee646963c31ca4fe548a1d Mon Sep 17 00:00:00 2001 From: Marius Rieder Date: Mon, 10 Jun 2024 09:34:31 +0000 Subject: [PATCH] Fix pytest --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index b00bf54..4b4361c 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -28,4 +28,4 @@ jobs: - name: Install pytest run: su -l -c "REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt pip3 install -r $GITHUB_WORKSPACE/.devcontainer/requirements.txt" cmk - name: Run pytest - run: su -l -c "python3 -m pytest" cmk \ No newline at end of file + run: su -l -c "cd $WORKSPACE; python3 -m pytest" cmk \ No newline at end of file