Skip to content

Commit dec6672

Browse files
committed
[FIX] Fixed CI/CD break and fixed dependabot break
1 parent 061a7b6 commit dec6672

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
3131
- name: Installs all the Dependencies
3232
run: |
33+
pip3 install -r requirements.txt
3334
python3 setup.py install
3435
3536
- name: Checks the Application Build

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.7+

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ debugpy==1.3.0
33
decorator==5.0.9
44
importlib-metadata==3.10.1
55
ipykernel==6.9.2
6-
ipython==8.1.1
6+
ipython==7.34.0
77
ipython-genutils==0.2.0
88
jedi==0.18.0
99
jupyter-client==7.1.2

0 commit comments

Comments
 (0)