We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8263fe4 commit dc52ca4Copy full SHA for dc52ca4
.github/workflows/release.yml
@@ -40,16 +40,6 @@ jobs:
40
pip install pyinstaller
41
shell: bash
42
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
-
53
- name: Build executable with PyInstaller
54
run: |
55
if [ "${{ matrix.os }}" = "windows-latest" ]; then
0 commit comments