ci: add build-push.yaml #2
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Python 3.13
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.13'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pip install -r requirements.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue