Skip to content

Commit 53d1959

Browse files
author
François Pelletier
committed
Uptate GitHub for PyInstaller
1 parent bd8c208 commit 53d1959

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ run-name: ${{ github.actor }} is building symmetry 🚀
33
on: [push]
44
jobs:
55
Test_API_endpoints:
6-
runs-on: windows-latest
6+
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout repository
99
uses: actions/checkout@v4
1010

1111
- name: Set up Python
1212
uses: actions/setup-python@v4
1313
with:
14-
python-version: '3.11.8'
14+
python-version: '3.13'
1515

1616
- name: Install dependencies
1717
run: |
@@ -38,6 +38,6 @@ jobs:
3838
run: pip install pyinstaller
3939

4040
- name: Build with PyInstaller
41-
run: pyinstaller -F api/flaskr/pyapp.py
42-
41+
run: pyinstaller -F main.py
42+
4343
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."

0 commit comments

Comments
 (0)