Skip to content

Commit

Permalink
debuging windows exe and Apple M1/M2 CPU app release
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-taro committed Oct 21, 2024
1 parent ef0ca39 commit 34188f2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,19 @@ jobs:
DISPLAY: ':99.0'

steps:
# Step 1: Check out the repository code
# Step 1: Check out the repository code
- name: Check out code
uses: actions/checkout@v3
with:
fetch-depth: 0

# Step 2: Install dependencies and requirements
# Step 2: Install system dependencies and requirements
- name: Install dependencies
run: |
pip install -r requirements.txt
python -m pip install --upgrade pip
pip install pyside2 pytest coverage pytest-qt
# Step 3: Build with PyInstaller using .ico file for Windows
- name: Build with PyInstaller
- name: PyInstaller Action
uses: Martin005/[email protected]
with:
spec: main_exe.spec # Path to your .py or .spec file
Expand Down

0 comments on commit 34188f2

Please sign in to comment.