Skip to content

Commit dc52ca4

Browse files
committed
fix 2
1 parent 8263fe4 commit dc52ca4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,6 @@ jobs:
4040
pip install pyinstaller
4141
shell: bash
4242

43-
- name: Verify dependencies
44-
run: |
45-
echo "Installed packages:"
46-
pip list
47-
echo "Testing imports..."
48-
python -c "import watchdog; print('watchdog: OK')"
49-
python -c "import rich; print('rich: OK')"
50-
python -c "try: import curses; print('curses: OK'); except ImportError as e: print('curses: FAILED -', e)"
51-
shell: bash
52-
5343
- name: Build executable with PyInstaller
5444
run: |
5545
if [ "${{ matrix.os }}" = "windows-latest" ]; then

0 commit comments

Comments
 (0)