From 79bc5bc6ed3f33c4f9b6c249fe316a1ddc8fc680 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Thu, 6 Feb 2025 11:23:50 -0500 Subject: [PATCH] Add prerequisite into CI Signed-off-by: Alex Nelson --- .github/workflows/cicd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 89a0552..cf1c99b 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -40,6 +40,7 @@ jobs: # the CASE outputs - name: Build CASE run: | + pip install setuptools python setup.py install mkdir -p ./output/ case_from_dict ./output/dict-case.json