Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

revert: Remove disk space regression hack fix #831

Merged
merged 3 commits into from
Apr 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Free disk space
# WARNING: Needed due to GitHub Actions disk space regression on Linux runners
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get clean
df -h
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
Expand Down Expand Up @@ -76,11 +70,6 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Free disk space
# WARNING: Needed due to GitHub Actions disk space regression on Linux runners
run: |
sudo apt-get clean
df -h
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
Expand All @@ -103,11 +92,6 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Free disk space
# WARNING: Needed due to GitHub Actions disk space regression on Linux runners
run: |
sudo apt-get clean
df -h
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/release_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Free disk space
# WARNING: Needed due to GitHub Actions disk space regression on Linux runners
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get clean
df -h
- name: Install from PyPI
run: |
python -m pip install --upgrade pip setuptools wheel
Expand Down