From 9706c81569453dd55d28918ff52d9a40bbbcb70f Mon Sep 17 00:00:00 2001 From: Valentin Niess Date: Thu, 8 Sep 2022 11:12:48 +0200 Subject: [PATCH] Explicit version for tasmotizer test --- .github/workflows/applications.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/applications.yml b/.github/workflows/applications.yml index 0ecbe11..b94defe 100644 --- a/.github/workflows/applications.yml +++ b/.github/workflows/applications.yml @@ -32,7 +32,8 @@ jobs: - name: Test tasmotizer run: | python -m python_appimage build app applications/tasmotizer \ - --linux-tag=manylinux2014_x86_64 + --linux-tag=manylinux1_x86_64 \ + --python-version=3.9 test -e tasmotizer-x86_64.AppImage - name: Test xonsh