Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
artgish committed Oct 11, 2023
1 parent d3b4534 commit 768e10b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/full_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,11 @@ jobs:
du -d 1 -h
df -h .
- name: Setup tmate session
uses: mxschmitt/[email protected]
with:
limit-access-to-actor: true

- name: Install Libraries
run: |
pip3 install --upgrade pip --user
Expand All @@ -302,8 +307,8 @@ jobs:
pip3 install -r deeplake/requirements/tests.txt
df -h
# pip3 install -r deeplake/requirements/plugins.txt
# df -h
pip3 install -r deeplake/requirements/plugins.txt
df -h
pip3 install --upgrade libdeeplake
df -h
Expand Down

0 comments on commit 768e10b

Please sign in to comment.