From 3f6ea6dd597e8cb951fc422e1f7affcc0a11946b Mon Sep 17 00:00:00 2001 From: Linus Seelinger Date: Thu, 18 Apr 2024 15:26:10 +0200 Subject: [PATCH] Fix typo in cookies CI --- .github/workflows/model-cookies-problem.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/model-cookies-problem.yml b/.github/workflows/model-cookies-problem.yml index 93c3c3f..7373a3e 100644 --- a/.github/workflows/model-cookies-problem.yml +++ b/.github/workflows/model-cookies-problem.yml @@ -58,7 +58,7 @@ jobs: name: Dependencies run: | sudo apt update && DEBIAN_FRONTEND="noninteractive" sudo apt install -y python3-pip && pip3 install pytest umbridge - - + - name: Validate output run: | cd models/cookies-problem/ && \