Skip to content

Commit

Permalink
ill port this back to the main branch later
Browse files Browse the repository at this point in the history
  • Loading branch information
Lilaa3 committed Oct 27, 2024
1 parent 25aac15 commit 97ac372
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ jobs:
pull-requests: write # needed for forks
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Discard local changes
run: |
git reset --hard
git checkout HEAD^
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
Expand Down

0 comments on commit 97ac372

Please sign in to comment.