From 71d7f0e2be5ff0226ccd6150ade9675d7667242a Mon Sep 17 00:00:00 2001 From: Meyers-Im Date: Thu, 3 Aug 2023 15:07:48 -0700 Subject: [PATCH] fixing test-build workflow to remove dependencies --- .github/workflows/test-build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 56d87a9c..b222a96d 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -6,7 +6,6 @@ on: jobs: build-pypi: runs-on: ubuntu-latest - needs: run-tests steps: - name: Checkout Repository uses: actions/checkout@v3 @@ -26,7 +25,6 @@ jobs: build-conda: runs-on: ubuntu-latest - needs: run-tests # sets default shell to remove need for source to run the conda shell defaults: run: