Skip to content

Commit

Permalink
small improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
dcfidalgo committed Nov 14, 2023
1 parent 689df8d commit 44d245e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
release:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'release' }}
needs: [tests]
needs: tests
steps:
- uses: actions/checkout@v4
- name: Set up Pythonh
Expand Down

0 comments on commit 44d245e

Please sign in to comment.