mirror of
https://github.com/nixietab/picodulce.git
synced 2025-04-09 18:08:57 +01:00
Update Build.yml
This commit is contained in:
parent
50b3f09ed1
commit
ae14820c4d
5
.github/workflows/Build.yml
vendored
5
.github/workflows/Build.yml
vendored
@ -2,8 +2,6 @@ name: Version Change Action
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- canary
|
|
||||||
paths:
|
paths:
|
||||||
- version.json # Trigger on changes to version.json
|
- version.json # Trigger on changes to version.json
|
||||||
|
|
||||||
@ -23,8 +21,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
# You can add your project dependencies here
|
pip install pyqt5 requests pywin32 # Install specific dependencies
|
||||||
# pip install -r requirements.txt # Uncomment if you have a requirements file
|
|
||||||
|
|
||||||
- name: Create actions-temp folder
|
- name: Create actions-temp folder
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user