Skip to content

Commit

Permalink
try again to fix space issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ejm714 committed Mar 2, 2024
1 parent 38917e4 commit 95b043b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 30000 # for pip packages in /tmp
root-reserve-mb: 32000 # for pip packages in /tmp
remove-dotnet: true
remove-android: true
remove-haskell: true
Expand Down Expand Up @@ -84,7 +84,6 @@ jobs:
env:
ZAMBA_RUN_DENSEPOSE_TESTS: 1
run: |
which pip
uv pip install pip
pip install -e .[densepose]
make densepose-tests
Expand Down

0 comments on commit 95b043b

Please sign in to comment.