Skip to content

Commit 980b63c

Browse files
authored
Merge pull request #220 from lucasace/master
[FIX] CI/CD break
2 parents 061a7b6 + 6839f2f commit 980b63c

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
classifiers=[
4646
"Intended Audience :: Developers",
4747
"License :: OSI Approved :: Apache Software License",
48-
"Programming Language :: Python :: 3.6",
48+
"Programming Language :: Python :: 3.7",
4949
],
5050
)

0 commit comments

Comments
 (0)