Skip to content

Commit 83df9cb

Browse files
authored
Merge branch 'main' into typing-inits-cleanup
2 parents db83109 + 6ebfcb8 commit 83df9cb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/python_package.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ jobs:
4040
- name: Install dependencies
4141
run: |
4242
python -m pip install --upgrade pip
43-
python -m pip install pytest pytest-codspeed pytest-randomly pytest-split pytest-retry
44-
python -m pip install .
43+
python -m pip install .[dev]
4544
4645
- name: Restore test durations
4746
uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
@@ -83,7 +82,8 @@ jobs:
8382
--durations-path=.test_durations.${{ matrix.group }} \
8483
--splitting-algorithm least_duration \
8584
--clean-durations \
86-
--retries 1
85+
--retries 1 \
86+
-n 2
8787
8888
- name: Upload test durations
8989
uses: actions/upload-artifact@v7

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ readme = "README.md"
1313
dependencies = ["numpy >=1.18.0", "galsim >=2.7.0", "jax >=0.6.0", "astropy >=2.0", "quadax", "equinox"]
1414

1515
[project.optional-dependencies]
16-
dev = ["pytest", "pytest-codspeed"]
16+
dev = ["pytest", "pytest-codspeed", "pytest-randomly", "pytest-split", "pytest-retry", "pytest-xdist"]
1717
docs = ["sphinx>=7.0", "furo>=2024.1.29", "sphinx-design>=0.5", "sphinx-copybutton"]
1818

1919
[project.urls]

0 commit comments

Comments
 (0)