SANDRAMSC commited on
Commit
5fcbf53
·
unverified ·
1 Parent(s): ba621b4

Update ci-cd.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-cd.yml +2 -0
.github/workflows/ci-cd.yml CHANGED
@@ -15,6 +15,8 @@ jobs:
15
 
16
  - name: Set up Python
17
  uses: actions/setup-python@v5
 
 
18
 
19
  - name: Install dependencies
20
  run: pip install -r requirements.txt
 
15
 
16
  - name: Set up Python
17
  uses: actions/setup-python@v5
18
+ with:
19
+ python-version: 3.9
20
 
21
  - name: Install dependencies
22
  run: pip install -r requirements.txt