You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/full_test.yml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -128,9 +128,9 @@ jobs:
128
128
pip3 install --upgrade pip --user
129
129
pip3 install --upgrade setuptools
130
130
pip3 install numpy==1.26.4
131
-
python -c "import subprocess, sys, re; [subprocess.run([sys.executable, '-m', 'pip3', 'install', re.sub(r'#.*', '', line.strip())], check=False) for line in open('deeplake/requirements/common.txt') if line.strip() and not line.startswith('#') and re.match(r'^[a-zA-Z0-9]', line.strip())]"
132
-
python -c "import subprocess, sys, re; [subprocess.run([sys.executable, '-m', 'pip3', 'install', re.sub(r'#.*', '', line.strip())], check=False) for line in open('deeplake/requirements/tests.txt') if line.strip() and not line.startswith('#') and re.match(r'^[a-zA-Z0-9]', line.strip())]"
133
-
python -c "import subprocess, sys, re; [subprocess.run([sys.executable, '-m', 'pip3', 'install', re.sub(r'#.*', '', line.strip())], check=False) for line in open('deeplake/requirements/plugins.txt') if line.strip() and not line.startswith('#') and re.match(r'^[a-zA-Z0-9]', line.strip())]"
131
+
python -c "import subprocess, sys, re; [subprocess.run([sys.executable, '-m', 'pip', 'install', re.sub(r'#.*', '', line.strip())], check=False) for line in open('deeplake/requirements/common.txt') if line.strip() and not line.startswith('#') and re.match(r'^[a-zA-Z0-9]', line.strip())]"
132
+
python -c "import subprocess, sys, re; [subprocess.run([sys.executable, '-m', 'pip', 'install', re.sub(r'#.*', '', line.strip())], check=False) for line in open('deeplake/requirements/tests.txt') if line.strip() and not line.startswith('#') and re.match(r'^[a-zA-Z0-9]', line.strip())]"
133
+
python -c "import subprocess, sys, re; [subprocess.run([sys.executable, '-m', 'pip', 'install', re.sub(r'#.*', '', line.strip())], check=False) for line in open('deeplake/requirements/plugins.txt') if line.strip() and not line.startswith('#') and re.match(r'^[a-zA-Z0-9]', line.strip())]"
134
134
pip3 install -e .[all]
135
135
136
136
- name: Run fast tests
@@ -202,9 +202,9 @@ jobs:
202
202
run: |
203
203
pip3 install --upgrade pip --user
204
204
pip3 install --upgrade setuptools
205
-
python -c "import subprocess, sys, re; [subprocess.run([sys.executable, '-m', 'pip3', 'install', re.sub(r'#.*', '', line.strip())], check=False) for line in open('deeplake/requirements/common.txt') if line.strip() and not line.startswith('#') and re.match(r'^[a-zA-Z0-9]', line.strip())]"
206
-
python -c "import subprocess, sys, re; [subprocess.run([sys.executable, '-m', 'pip3', 'install', re.sub(r'#.*', '', line.strip())], check=False) for line in open('deeplake/requirements/tests.txt') if line.strip() and not line.startswith('#') and re.match(r'^[a-zA-Z0-9]', line.strip())]"
207
-
python -c "import subprocess, sys, re; [subprocess.run([sys.executable, '-m', 'pip3', 'install', re.sub(r'#.*', '', line.strip())], check=False) for line in open('deeplake/requirements/plugins.txt') if line.strip() and not line.startswith('#') and re.match(r'^[a-zA-Z0-9]', line.strip())]"
205
+
python -c "import subprocess, sys, re; [subprocess.run([sys.executable, '-m', 'pip', 'install', re.sub(r'#.*', '', line.strip())], check=False) for line in open('deeplake/requirements/common.txt') if line.strip() and not line.startswith('#') and re.match(r'^[a-zA-Z0-9]', line.strip())]"
206
+
python -c "import subprocess, sys, re; [subprocess.run([sys.executable, '-m', 'pip', 'install', re.sub(r'#.*', '', line.strip())], check=False) for line in open('deeplake/requirements/tests.txt') if line.strip() and not line.startswith('#') and re.match(r'^[a-zA-Z0-9]', line.strip())]"
207
+
python -c "import subprocess, sys, re; [subprocess.run([sys.executable, '-m', 'pip', 'install', re.sub(r'#.*', '', line.strip())], check=False) for line in open('deeplake/requirements/plugins.txt') if line.strip() and not line.startswith('#') and re.match(r'^[a-zA-Z0-9]', line.strip())]"
208
208
pip3 install -e .[all]
209
209
210
210
- name: Run flaky tests
@@ -280,8 +280,8 @@ jobs:
280
280
pip3 install --upgrade pip --user
281
281
pip3 install --upgrade setuptools
282
282
pip3 install "numpy==1.26.4"
283
-
python -c "import subprocess, sys, re; [subprocess.run([sys.executable, '-m', 'pip3', 'install', re.sub(r'#.*', '', line.strip())], check=False) for line in open('deeplake/requirements/common.txt') if line.strip() and not line.startswith('#') and re.match(r'^[a-zA-Z0-9]', line.strip())]"
284
-
python -c "import subprocess, sys, re; [subprocess.run([sys.executable, '-m', 'pip3', 'install', re.sub(r'#.*', '', line.strip())], check=False) for line in open('deeplake/requirements/tests.txt') if line.strip() and not line.startswith('#') and re.match(r'^[a-zA-Z0-9]', line.strip())]"
283
+
python -c "import subprocess, sys, re; [subprocess.run([sys.executable, '-m', 'pip', 'install', re.sub(r'#.*', '', line.strip())], check=False) for line in open('deeplake/requirements/common.txt') if line.strip() and not line.startswith('#') and re.match(r'^[a-zA-Z0-9]', line.strip())]"
284
+
python -c "import subprocess, sys, re; [subprocess.run([sys.executable, '-m', 'pip', 'install', re.sub(r'#.*', '', line.strip())], check=False) for line in open('deeplake/requirements/tests.txt') if line.strip() and not line.startswith('#') and re.match(r'^[a-zA-Z0-9]', line.strip())]"
0 commit comments