Skip to content

Commit

Permalink
Remove depends
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy-Grigg committed Feb 16, 2024
1 parent 7b332b9 commit 5f450bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ jobs:

Release:
if: contains(github.ref, 'refs/tags')
needs: [build, test, style, docs]
needs: [build, test, docs]
runs-on: ubuntu-latest
steps:
- name: Set up Python
Expand Down

0 comments on commit 5f450bd

Please sign in to comment.