Skip to content

Commit

Permalink
ci: temporarily remove test dependency from release.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 committed Jul 5, 2024
1 parent 0dbeebc commit 3f5173f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,8 @@ jobs:
release:
name: Release
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
needs: test
# trmporarily for 0.21.2 release, to revert after the release
# needs: test
runs-on: ubuntu-latest
steps:
- name: Set up Python
Expand Down

0 comments on commit 3f5173f

Please sign in to comment.