AICOE-Datamatics commited on
Commit
dcd7524
·
1 Parent(s): 247c8df

yml file change

Browse files
Files changed (2) hide show
  1. main.yaml +14 -0
  2. space.yaml +0 -3
main.yaml ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Build and deploy
2
+
3
+ on:
4
+ push:
5
+ branches:
6
+ - main
7
+
8
+ jobs:
9
+ build-and-deploy:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: huggingface/actions/setup-python@main
13
+ with:
14
+ python-version: 3.7 # Set the desired Python version here
space.yaml DELETED
@@ -1,3 +0,0 @@
1
- name: app
2
- environment:
3
- python: 3.7