mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 19:50:12 +01:00
Update main.yml
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -37,6 +37,14 @@ jobs:
|
||||
rm -rf PyTaiko.build
|
||||
shell: bash
|
||||
continue-on-error: true
|
||||
- name: Debug - Check file contents
|
||||
run: |
|
||||
echo "=== Contents of libs/song_hash.py ==="
|
||||
cat libs/song_hash.py | head -20
|
||||
echo "=== Searching for pandas ==="
|
||||
grep -n "pandas" . -r --exclude-dir=.git || echo "No pandas found"
|
||||
echo "=== Python files with imports ==="
|
||||
find . -name "*.py" -exec grep -l "import pandas\|from pandas" {} \; || echo "No pandas imports found"
|
||||
- name: Build Executable
|
||||
run: |
|
||||
uv run nuitka --mode=app --remove-output --output-dir=. --include-module=raylib,moviepy,numpy,sounddevice,soundfile,tomlkit --noinclude-setuptools-mode=nofollow --noinclude-IPython-mode=nofollow PyTaiko.py
|
||||
|
||||
Reference in New Issue
Block a user