Skip to content

Commit

Permalink
Merge pull request #876 from mlcommons/sarthakpati-patch-2
Browse files Browse the repository at this point in the history
Update black action with specific version
  • Loading branch information
sarthakpati authored May 31, 2024
2 parents df15d54 + 58bd07d commit 92a6c42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
run: |
echo "BLACK_VERSION=$(python -c 'from setup import black_version; print(black_version)')" >> $GITHUB_ENV
- uses: psf/black@stable
# ensure conformity with https://github.com/mlcommons/GaNDLF/blob/master/setup.py#L77
- uses: psf/[email protected]
with:
version: ${{ env.BLACK_VERSION }}

Expand Down

0 comments on commit 92a6c42

Please sign in to comment.