We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8c208 commit 53d1959Copy full SHA for 53d1959
.github/workflows/main.yml
@@ -3,15 +3,15 @@ run-name: ${{ github.actor }} is building symmetry 🚀
3
on: [push]
4
jobs:
5
Test_API_endpoints:
6
- runs-on: windows-latest
+ runs-on: ubuntu-latest
7
steps:
8
- name: Checkout repository
9
uses: actions/checkout@v4
10
11
- name: Set up Python
12
uses: actions/setup-python@v4
13
with:
14
- python-version: '3.11.8'
+ python-version: '3.13'
15
16
- name: Install dependencies
17
run: |
@@ -38,6 +38,6 @@ jobs:
38
run: pip install pyinstaller
39
40
- name: Build with PyInstaller
41
- run: pyinstaller -F api/flaskr/pyapp.py
42
-
+ run: pyinstaller -F main.py
+
43
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
0 commit comments