SANDRAMSC commited on
Commit
22bce69
·
unverified ·
1 Parent(s): 95ef4ca

Removed python version step

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-cd.yml +0 -3
.github/workflows/ci-cd.yml CHANGED
@@ -16,9 +16,6 @@ jobs:
16
 
17
  - name: Set up Node.js and Python
18
  uses: actions/setup-python@v2
19
- with:
20
- python-version: 3.9
21
- node-version: 16.x
22
 
23
  - name: Install dependencies
24
  run: pip install -r requirements.txt
 
16
 
17
  - name: Set up Node.js and Python
18
  uses: actions/setup-python@v2
 
 
 
19
 
20
  - name: Install dependencies
21
  run: pip install -r requirements.txt