From b3a8ca36b72a1ae38a52e73d65faece01144f224 Mon Sep 17 00:00:00 2001 From: Samba Godschynski Date: Fri, 6 Dec 2024 16:30:05 +0100 Subject: [PATCH] Update ccpp-macos.yml --- .github/workflows/ccpp-macos.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ccpp-macos.yml b/.github/workflows/ccpp-macos.yml index c0fe59d1..00aae046 100644 --- a/.github/workflows/ccpp-macos.yml +++ b/.github/workflows/ccpp-macos.yml @@ -22,6 +22,7 @@ jobs: # run: brew install icu4c - name: configure python venv run: python -m venv myEnv && source myEnv/bin/activate + working-directory: rendertests - name: install render test requirements run: pip3 install -r requirements.txt working-directory: rendertests