Skip to content

Commit

Permalink
Add missing dep and extend xdist-numproc to 'auto'
Browse files Browse the repository at this point in the history
	modified:   environment.yml
	modified:   pyproject.toml
  • Loading branch information
tallamjr committed Jun 12, 2022
1 parent 5ed1f1e commit c0d4817
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:

- pip:
- astropy>=1.1.2
- filelock
- gast==0.3.3
- imageio>=2.9.0
- jax[cpu]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ addopts = [
"--mpl",
"--nbmake",
"--log-cli-level=INFO",
"--numprocesses=1",
"--numprocesses=auto",
"-ra",
# "--exitfirst",
]
Expand Down

0 comments on commit c0d4817

Please sign in to comment.