Skip to content

Commit

Permalink
Update format.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
frack113 authored Oct 27, 2024
1 parent 2f7ca23 commit 5e6ce10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Hack setup-python cache
- name: Create requirements file for setup-python
run: touch ./requirements.txt
- name: Install Python
uses: actions/setup-python@v5
Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Hack setup-python cache
- name: Create requirements file for setup-python
run: touch ./requirements.txt
- name: Install Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 5e6ce10

Please sign in to comment.