Skip to content

Commit

Permalink
Update run_test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinji-IkariG authored Sep 20, 2023
1 parent bc7ed05 commit e7a0011
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/run_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
python-version: [3.6, 3.7]

steps:
- name: Maximize runner space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 1024
remove-dotnet: 'true'
remove-android: 'true'
remove-haskell: 'true'

- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit e7a0011

Please sign in to comment.