Skip to content

Commit

Permalink
fixup! fixup! fixup! Revert "Compare directly with null"
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Jun 24, 2024
1 parent 3044a98 commit d3de0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy: ${{ fromJson(needs.setup.outputs.strategy) }}
runs-on: ${{ matrix.os }}
env:
HAVE_CODECOV_TOKEN: ${{ contains(toJson(secrets), '"CODECOV_TOKEN":') }}
HAVE_CODECOV_TOKEN: ${{ contains(toJson(secrets), '"CODECOV_TOKEN"') }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d3de0e0

Please sign in to comment.