From 3fbb507981e959fe5d6de21cd0cfd0b74a7887f5 Mon Sep 17 00:00:00 2001 From: Johannes Pohl Date: Sun, 3 Mar 2024 00:17:17 +0100 Subject: [PATCH] try older version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbffd8f0d..6b8dae587 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: pip install pyaudio pip install pillow fi - pip install twine setuptools pytest pytest-xvfb pytest-cov pytest-faulthandler six appdirs packaging pyinstaller==6.4.0 + pip install twine setuptools pytest pytest-xvfb pytest-cov pytest-faulthandler six appdirs packaging pyinstaller==5.6.2 python -c "import tempfile, os; open(os.path.join(tempfile.gettempdir(), 'urh_releasing'), 'w').close()" shell: bash env: