Skip to content

Commit 9621442

Browse files
authored
Merge pull request #34 from chenyangkang/chenyangkang-JOSS-review
SphereAdaSTEM modules and make mini test Mainly solve #24 Final consideration for #30 – Not using geo-object due to speed limitation.
2 parents 67b83cd + d41984f commit 9621442

26 files changed

+2869
-100226
lines changed

.github/workflows/run_pytest.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ jobs:
1313
matrix:
1414
python-version: ["3.8", "3.9", "3.10"]
1515
steps:
16+
- name: Set Swap Space
17+
uses: pierotofy/set-swap-space@master
18+
with:
19+
swap-size-gb: 10
1620
- uses: actions/checkout@v4
1721
- name: Set up Python ${{ matrix.python-version }}
1822
uses: actions/setup-python@v5
@@ -29,7 +33,7 @@ jobs:
2933
3034
- name: Run pytest
3135
run: |
32-
pytest -n auto --cov --no-cov-on-fail --cov-report=term-missing:skip-covered --cov-report xml:coverage.xml
36+
pytest -n 2 --cov --no-cov-on-fail --cov-report=term-missing:skip-covered --cov-report xml:coverage.xml
3337
3438
- name: Upload coverage reports to Codecov
3539
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)