Skip to content

Commit

Permalink
debugging failed builds
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispyles committed Jan 1, 2025
1 parent d125fd6 commit 4add990
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-docker-tests-beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
df -h
sudo rm -rf /opt/hostedtoolcache
sudo swapoff -a
sudo rm -f /swapfile
sudo rm -rf /swapfile /usr/local/.ghcup /usr/local/lib/android
sudo apt clean
echo "After cleanup:"
df -h
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/run-docker-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ jobs:
sudo apt clean
echo "After cleanup:"
df -h
du -h -d2 /usr/local | sort -h --reverse
- name: Run tests
run: |
Expand Down
2 changes: 0 additions & 2 deletions test/test_grade/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
import pandas as pd
import pytest
import re
import shutil
import subprocess
import zipfile

from contextlib import ExitStack
Expand Down
1 change: 0 additions & 1 deletion test/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import zipfile

from contextlib import contextmanager
from typing import Union

from otter.check.notebook import OTTER_LOG_FILENAME
from otter.test_files import OK_FORMAT_VARNAME
Expand Down

0 comments on commit 4add990

Please sign in to comment.