Skip to content

Commit

Permalink
Merge branch 'main' into temp-ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
artgish committed Oct 11, 2023
2 parents dd8aa26 + f68c214 commit d3b4534
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion .github/workflows/full_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,16 +282,44 @@ jobs:
cache: pip
cache-dependency-path: deeplake/requirements/*.txt

- name: Check disk space
run: |
df -h
du -d 1 -h
df -h .
- name: Install Libraries
run: |
pip3 install --upgrade pip --user
df -h
pip3 install --upgrade setuptools
df -h
pip3 install -r deeplake/requirements/common.txt
df -h
pip3 install -r deeplake/requirements/tests.txt
pip3 install -r deeplake/requirements/plugins.txt
df -h
# pip3 install -r deeplake/requirements/plugins.txt
# df -h

pip3 install --upgrade libdeeplake
df -h

pip3 install -e .[all]
df -h

pip3 install -e buH
df -h

- name: ReCheck disk space
if: always()
run: |
df -h
du -d 1 -h
df -h .
- name: Create Datasets
run: buH/buh/scripts/create_all.sh
Expand Down

0 comments on commit d3b4534

Please sign in to comment.