RCaz commited on
Commit
65da3cd
·
1 Parent(s): 4569fe9

move forward

Browse files
Files changed (1) hide show
  1. .github/workflows/tests_prod.yml +1 -1
.github/workflows/tests_prod.yml CHANGED
@@ -24,7 +24,7 @@ jobs:
24
  pip install -r requirements.txt
25
  pip install pytest
26
 
27
- - name: Update and encrypt-data for prod
28
  run: python encryption.py # or bash encrypt-data.sh
29
 
30
  - name: Run tests
 
24
  pip install -r requirements.txt
25
  pip install pytest
26
 
27
+ - name: Update and encrypt-data for prod. # SHOUD ENCRYPT VECTOR STORE FROM LARGE GIT FILES AND LOAD IT TO THE CLOUD
28
  run: python encryption.py # or bash encrypt-data.sh
29
 
30
  - name: Run tests