Skip to content

Commit

Permalink
no e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminpkane committed Jan 16, 2024
1 parent 1ea8c5b commit 6331d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

publish:
runs-on: ubuntu-latest
needs: [build, e2e, test]
needs: [build, test]
steps:
- name: Download dist
uses: actions/download-artifact@v3
Expand All @@ -42,7 +42,7 @@ jobs:
python3 -m twine upload dist/*
build-image:
needs: [build, e2e, test]
needs: [build, test]
runs-on: ubuntu-20.04
steps:
- name: Clone fiftyone
Expand Down

0 comments on commit 6331d5a

Please sign in to comment.