Skip to content

Commit

Permalink
Try previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
kjy5 committed Feb 2, 2024
1 parent f114d3d commit f4f389e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/autoformat-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: hatch fmt -f

- name: ✅ Commit code format changes
uses: stefanzweifel/git-auto-commit-action@v5
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: "Autoformat code"
skip_fetch: true
Expand Down
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,5 @@ jobs:
C:\Users\runneradmin\AppData\Local\hatch\env\virtual\ephys-link
key: ${{ runner.os }}-build-${{ hashFiles('pyproject.toml') }}

- name: show files pre
run: |
ls
ls build
- name: 🔨 Build
run: hatch -e exe run build

- name: show files post
run: |
ls
ls build

0 comments on commit f4f389e

Please sign in to comment.