Spaces:
Running
Running
move forward
Browse files
.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
|