AiNext / main.yml
AICOE-Datamatics's picture
yaml to yml
fcf9e58
raw
history blame contribute delete
No virus
263 Bytes
name: Build and deploy
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: huggingface/actions/setup-python@main
with:
python-version: 3.7 # Set the desired Python version here