Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
angelo-peronio committed Jul 3, 2024
1 parent 332160e commit 9c39b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ${{ fromJson(needs.build-package.outputs.python-versions) }}
python-version: ${{ fromJson(needs.build.outputs.python-versions) }}
steps:
# One could test the packaged code instead.
# https://github.com/hynek/structlog/blob/main/.github/workflows/ci.yml
Expand Down

0 comments on commit 9c39b1d

Please sign in to comment.