From 54fa558c53e43449e20fce47b806e0fb98ac550f Mon Sep 17 00:00:00 2001 From: ElvinC <20195216+ElvinC@users.noreply.github.com> Date: Mon, 20 Dec 2021 21:47:17 +0100 Subject: [PATCH] Fix workflow? --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5b8feed7..445e6b28 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,8 +9,8 @@ jobs: steps: - uses: actions/checkout@v2 - with: - ref: dev + #with: + # ref: dev - name: Set up Python 3.8 uses: actions/setup-python@v2 @@ -22,7 +22,7 @@ jobs: run: | python -m pip install --upgrade pip pip install pyinstaller - pip install opencv-python numpy matplotlib scipy python-dateutil PySide2 + pip install opencv-python numpy matplotlib scipy python-dateutil PySide2 pandas pip install hachoir orangebox vidgear qdarkstyle ffprobe-python darkdetect telemetry_parser - name: Package application