test
Package Application with PyInstaller / build (push) Failing after 21s

This commit is contained in:
LunaChocken
2025-06-07 18:38:48 +01:00
parent 348a778978
commit 9735f39260
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: '3.10' python-version: '3.11.0'
- name: Install dependencies - name: Install dependencies
run: > run: >
+1 -1
View File
@@ -4,7 +4,7 @@ from prompt_toolkit import prompt
from rich.console import Console from rich.console import Console
from rich.columns import Columns from rich.columns import Columns
from rich.panel import Panel from rich.panel import Panel
import vdfparser as vd import src.vdfparser as vd
from src.prompt_helper import PromptHelper from src.prompt_helper import PromptHelper
class SteamGamePathTool: class SteamGamePathTool: