From 9a5dc246aaf97e5dcae324e3be167ffd844d66a2 Mon Sep 17 00:00:00 2001 From: Sierra Taylor Moxon Date: Mon, 11 Nov 2024 17:04:57 -0800 Subject: [PATCH] reduce number of makes --- .github/workflows/pypi-publish.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pypi-publish.yaml b/.github/workflows/pypi-publish.yaml index 5d85e8e1..c21571d7 100644 --- a/.github/workflows/pypi-publish.yaml +++ b/.github/workflows/pypi-publish.yaml @@ -42,8 +42,7 @@ jobs: - name: Generate project files run: | - make clean schema-clean src/nmdc_submission_schema/schema/nmdc_submission_schema.yaml - make ingest-triad + make clean schema-clean src/nmdc_submission_schema/schema/nmdc_submission_schema.yaml ingest-triad poetry dynamic-versioning make gen-project make project/json/nmdc_submission_schema.json