Skip to content

Commit

Permalink
Removed hidden import (#309)
Browse files Browse the repository at this point in the history
* Removed hidden import

* Fixing pip cache

* Removed unnecessary fetch and checkout

* Let pass to test build
  • Loading branch information
kjy5 authored Feb 2, 2024
1 parent 7d7e359 commit d51c394
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/autoformat-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Autoformat code"
skip_fetch: true
skip_checkout: true

- name: 🔍 Lint
run: hatch fmt --check
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@ jobs:
with:
path: |
build
~/.cache/pip
C:\Users\runneradmin\AppData\Local\hatch\env\virtual\ephys-link
key: ${{ runner.os }}-build-${{ hashFiles('pyproject.toml') }}

- name: 🔨 Build
run: hatch -e exe run build

- name: show files
run: |
ls -R
ls -R build
2 changes: 1 addition & 1 deletion ephys_link.spec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ a = Analysis(
pathex=[],
binaries=[('src\\ephys_link\\resources', 'ephys_link\\resources')],
datas=[],
hiddenimports=['engineio.async_drivers.aiohttp', 'engineio.async_aiohttp'],
hiddenimports=['engineio.async_drivers.aiohttp'],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
Expand Down

0 comments on commit d51c394

Please sign in to comment.