From 2c7758927d226ecc61d74c94a24b3f460c2a0985 Mon Sep 17 00:00:00 2001 From: Alex Nelson Date: Thu, 26 Jun 2025 08:44:32 -0400 Subject: [PATCH] Replace setup.py Reference article noted by `SetuptoolsDeprecationWarning` from Action log. References: * https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html#summary Signed-off-by: Alex Nelson --- .github/workflows/cicd.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index f409c09..7d9a756 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -40,8 +40,7 @@ jobs: # the CASE outputs - name: Build CASE run: | - pip install setuptools - python setup.py install + pip install . mkdir -p ./output/ case_from_dict ./output/dict-case.json case_from_rdf ./output/rdf-case.json