Skip to content

Commit

Permalink
Fix OOM error in GitHub Actions (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantinjdobler authored Nov 7, 2023
1 parent b5ffdcf commit 01f7b20
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
test_kind: ["reproducibility", "main", "extend"]
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Setup Python 3.10
Expand All @@ -28,5 +24,5 @@ jobs:
with:
key: deepfocus
path: ~/.cache/deepfocus
- name: Run ${{ matrix.test_kind }} tests
run: python -m pytest -m ${{ matrix.test_kind }} tests/
- name: Run tests
run: python -m pytest tests/

0 comments on commit 01f7b20

Please sign in to comment.