@@ -30,7 +30,7 @@ jobs:
run: pip install --upgrade pipenv
- name: Install Setuptools and wheel
- run: pip install --upgrade setuptools wheel
+ run: pipenv run pip install --upgrade setuptools wheel
- name: Install Dependencies
run: pipenv install --dev --python=${{ matrix.python-version }}
@@ -60,7 +60,7 @@ jobs:
submit_tests:
needs: [partial-tests]
- timeout-minutes: 20
+ timeout-minutes: 40
strategy:
fail-fast: false
matrix:
@@ -88,7 +88,7 @@ jobs:
standalone_tests:
@@ -113,7 +113,7 @@ jobs:
needs: linter
@@ -152,7 +152,7 @@ jobs:
@@ -21,7 +21,7 @@ markdown = "==3.4.4"
marshmallow = "==3.20.1"
networkx = "==2.6"
openpyxl = "==3.1.2"
-pandas = "2.0.2"
+pandas = ">=2.0.2,<2.3.0"
pyarrow = "==14.0.2"
pymongo = {extras = ["srv"], version = "==4.2.0"}
python-dotenv = "==1.0.0"
@@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"
[packages]
-pandas = "==2.0.2"
@@ -12,7 +12,7 @@ gevent = "==23.7.0"
gevent-websocket = "==0.10.1"
kthread = "==0.2.3"
markdown = "==3.4.4"
pyngrok = "==5.1"