Spaces:
Sleeping
Sleeping
singhjagpreet
commited on
Commit
•
2ec88aa
1
Parent(s):
07b6532
req updated
Browse files
.github/workflows/main_studentperformanceindicator.yml
CHANGED
@@ -28,7 +28,7 @@ jobs:
|
|
28 |
source venv/bin/activate
|
29 |
|
30 |
- name: Install dependencies
|
31 |
-
run: pip install -r
|
32 |
|
33 |
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
|
34 |
|
|
|
28 |
source venv/bin/activate
|
29 |
|
30 |
- name: Install dependencies
|
31 |
+
run: pip install -r requirements.txt
|
32 |
|
33 |
# Optional: Add step to run tests here (PyTest, Django test suites, etc.)
|
34 |
|
setup.py
CHANGED
@@ -21,6 +21,6 @@ setup(
|
|
21 |
author='jagpreet',
|
22 |
author_email='singhjagpreet096@gmail.com',
|
23 |
packages=find_packages(),
|
24 |
-
install_requires = get_requirements('
|
25 |
|
26 |
)
|
|
|
21 |
author='jagpreet',
|
22 |
author_email='singhjagpreet096@gmail.com',
|
23 |
packages=find_packages(),
|
24 |
+
install_requires = get_requirements('requirements.txt')
|
25 |
|
26 |
)
|