Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
Fix workflow?
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvinC committed Dec 20, 2021
1 parent 1cdc233 commit 54fa558
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 54fa558

Please sign in to comment.