Skip to content

Commit

Permalink
Update check_code_format.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramy-Badr-Ahmed authored Oct 9, 2024
1 parent 3ee89ba commit 87ef30c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/check_code_format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install fprettify
run: pip install fprettify
- name: Install pipx
run: |
python -m pip install --user pipx
python -m pipx ensurepath
- name: Install fprettify using pipx
run: pipx install fprettify

- name: Display fprettify version
run: fprettify --version
Expand Down

0 comments on commit 87ef30c

Please sign in to comment.