Skip to content

Commit

Permalink
tweak(ci): Fix comment re CI cache (#4570)
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty authored Jun 9, 2024
1 parent ee88ceb commit 0a456e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-python/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
--arg package_name ${{ inputs.package }} '.packages[] | select(.name ==
$package_name) | .manifest_path')" >>"$GITHUB_OUTPUT"
shell: bash
# There's benefit from caching here, because the maturin action uses a container.
# There's no benefit from caching here, because the maturin action uses a container.
- uses: PyO3/maturin-action@v1
if: inputs.target == 'source'
with:
Expand Down

0 comments on commit 0a456e5

Please sign in to comment.