Skip to content

Commit

Permalink
#42 #28 #46 reinstating numpy unit tests (3) (wording)
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Aug 24, 2020
1 parent 5baadf8 commit f836fd9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpythonmacosbuild_nosendpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: build on macos
- name: build and test on macos
working-directory: ./
env:
GMIC_VERSION: 2.9.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpythonmacosbuildandreleaseontag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: build on macos
- name: build and test on macos
working-directory: ./
env:
GMIC_VERSION: 2.9.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpythonmanylinuxbuild_nosendpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: build, run packages on ${{ matrix.plat }} architecture and publish them to PyPI
- name: build, test packages on ${{ matrix.plat }} architecture and publish them to PyPI
working-directory: ./
env:
TWINE_PASSWORD_GITHUB_SECRET: ${{ secrets.TWINE_PASSWORD_GITHUB_SECRET }} # For build_tools.bash 11_send_to_pypi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpythonmanylinuxbuildandreleaseontag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: build, run packages on ${{ matrix.plat }} architecture and publish them to PyPI
- name: build, test packages on ${{ matrix.plat }} architecture and publish them to PyPI
working-directory: ./
env:
TWINE_PASSWORD_GITHUB_SECRET: ${{ secrets.TWINE_PASSWORD_GITHUB_SECRET }} # For build_tools.bash 11_send_to_pypi
Expand Down

0 comments on commit f836fd9

Please sign in to comment.