Skip to content

Commit

Permalink
Update develop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaloney111 authored May 14, 2024
1 parent 8d8cb7b commit db2edda
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@ concurrency:
cancel-in-progress: true

jobs:
flask:
name: Flask
runs-on: windows-latest
strategy:
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.12.3

- run: pip install -r requirements.txt pyinstaller
- run: pyinstaller api/app.spec

build:
name: 🏗️ Build
runs-on: ubuntu-latest
Expand Down

0 comments on commit db2edda

Please sign in to comment.