Skip to content

Commit

Permalink
prep action to free disk space before run
Browse files Browse the repository at this point in the history
  • Loading branch information
benlipkin committed Jun 20, 2024
1 parent 41f3ee5 commit fe8b584
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 33 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ on:

jobs:
run_tests:

runs-on: ubuntu-latest

steps:
# - name: free disk space
# uses: jlumbroso/[email protected]
- name: checkout repo
uses: actions/[email protected]
with:
fetch-depth: 1

- name: check docs build
run: make docs
5 changes: 2 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ on:

jobs:
run_tests:

runs-on: ubuntu-latest

steps:
# - name: free disk space
# uses: jlumbroso/[email protected]
- name: checkout repo
uses: actions/[email protected]
with:
fetch-depth: 1

- name: run tests
run: sudo apt-get -y install graphviz && make pytest
5 changes: 2 additions & 3 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ on:

jobs:
run_tests:

runs-on: ubuntu-latest

steps:
# - name: free disk space
# uses: jlumbroso/[email protected]
- name: checkout repo
uses: actions/[email protected]
with:
fetch-depth: 1

- name: run linter
run: make ruff
24 changes: 0 additions & 24 deletions .github/workflows/space.yml

This file was deleted.

0 comments on commit fe8b584

Please sign in to comment.