Yomna35 commited on
Commit
366841e
1 Parent(s): f482c2d

Delete main.yml

Browse files
Files changed (1) hide show
  1. main.yml +0 -27
main.yml DELETED
@@ -1,27 +0,0 @@
1
- name: Python application
2
-
3
- on:
4
- push:
5
- branches: [ main ]
6
- pull_request:
7
- branches: [ main ]
8
-
9
- jobs:
10
- build:
11
- runs-on: ubuntu-latest
12
-
13
- steps:
14
- - uses: actions/checkout@v2
15
-
16
- - name: Set up Python 3.x
17
- uses: actions/setup-python@v2
18
- with:
19
- python-version: '3.x'
20
-
21
- - name: Install dependencies
22
- run: |
23
- python -m pip install --upgrade pip
24
- pip install -r requirements.txt
25
-
26
- - name: Run the app
27
- run: python app.py