Skip to content

Commit 7dd0054

Browse files
committed
upgrade action versions
1 parent be5b0f1 commit 7dd0054

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/full_test.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@ jobs:
201201
run: |
202202
pip3 install --upgrade pip --user
203203
pip3 install --upgrade setuptools
204-
pip3 install -r deeplake/requirements/common.txt
205204
pip3 install -r deeplake/requirements/tests.txt
206205
pip3 install -r deeplake/requirements/plugins.txt
207206
pip3 install -e .[all]
@@ -279,7 +278,6 @@ jobs:
279278
pip3 install --upgrade pip --user
280279
pip3 install --upgrade setuptools
281280
pip3 install "numpy==1.26.4"
282-
pip3 install -r deeplake/requirements/common.txt
283281
pip3 install -r deeplake/requirements/tests.txt
284282
pip3 install -e .[all]
285283
pip3 install -e buH

0 commit comments

Comments
 (0)