Skip to content

Commit

Permalink
Remove pyi keyword that GH Action complains about
Browse files Browse the repository at this point in the history
  • Loading branch information
isatsam committed Aug 20, 2024
1 parent 5afdc05 commit 5674b4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vfs_explorer/build/build.spec
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ a = Analysis(
hooksconfig={},
runtime_hooks=[],
excludes=[],
noarchive=False,
optimize=0,
noarchive=False
)
pyz = PYZ(a.pure)

Expand Down

0 comments on commit 5674b4c

Please sign in to comment.