diff --git a/.github/workflows/autoformat-and-lint.yml b/.github/workflows/autoformat-and-lint.yml index 42054ab..644142d 100644 --- a/.github/workflows/autoformat-and-lint.yml +++ b/.github/workflows/autoformat-and-lint.yml @@ -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 \ No newline at end of file diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 98e02e9..e99934c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 \ No newline at end of file diff --git a/ephys_link.spec b/ephys_link.spec index 2783945..b0d956b 100644 --- a/ephys_link.spec +++ b/ephys_link.spec @@ -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=[],