Skip to content

Commit

Permalink
fixing test-build workflow to remove dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bmeyers committed Aug 3, 2023
1 parent 2ec4606 commit 71d7f0e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
jobs:
build-pypi:
runs-on: ubuntu-latest
needs: run-tests
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand All @@ -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:
Expand Down

0 comments on commit 71d7f0e

Please sign in to comment.