File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3434 CIBW_BUILD : ${{ matrix.python }}-${{ matrix.buildplat[1] }}*
3535 CIBW_ARCHS : ${{ matrix.buildplat[2] }}
3636 CIBW_TEST_REQUIRES : " -r ci/test_requirements.txt"
37- CIBW_TEST_COMMAND : " python -m pytest --pyargs pyuvdata"
37+ CIBW_TEST_COMMAND : " python -m pytest --pyargs pyuvdata -n auto "
3838
3939 - uses : actions/upload-artifact@v4
4040 with :
@@ -70,13 +70,13 @@ jobs:
7070
7171 - name : Upload to test PyPI
7272 if : startsWith(github.ref, 'refs/tags')
73- uses : pypa/gh-action-pypi-publish@v1.8
73+ uses : pypa/gh-action-pypi-publish@release/v1
7474 with :
7575 password : ${{ secrets.test_pypi_password }}
7676 repository_url : https://test.pypi.org/legacy/
7777
7878 - name : Upload to PyPI
7979 if : startsWith(github.ref, 'refs/tags')
80- uses : pypa/gh-action-pypi-publish@v1.8
80+ uses : pypa/gh-action-pypi-publish@release/v1
8181 with :
8282 password : ${{ secrets.pypi_password }}
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ packaging
33pytest>=6.2.5
44pytest-cov
55pytest-cases>=3.8.3
6+ pytest-xdist
You can’t perform that action at this time.
0 commit comments