diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3eaf4d7ef..2feb1aa06e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,10 @@ jobs: python -m pip install pytest PYTHONPATH=built LD_LIBRARY_PATH=built/lib:$pythonLocation/lib DYLD_LIBRARY_PATH=built/lib python -m pytest - - name: Make installer + - name: Remove p3dcparse + if: matrix.os == 'ubuntu-22.04' run: | rm -f built/bin/p3dcparse + - name: Make installer + run: | python makepanda/makepackage.py --verbose --lzma