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: