Skip to content

Commit

Permalink
🚧 Update CIBW_TEST_COMMAND to include entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 4, 2024
1 parent 3f7b22f commit f803a5f
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ jobs:
package-dir: .
output-dir: wheelhouse
env:
CIBW_TEST_REQUIRES: nox
CIBW_TEST_COMMAND: python -m nox -s venv
CIBW_TEST_COMMAND: >
hugo version
hugo env --logLevel debug
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -118,8 +119,9 @@ jobs:
output-dir: wheelhouse
env:
CIBW_REPAIR_WHEEL_COMMAND_LINUX: ''
CIBW_TEST_REQUIRES: nox
CIBW_TEST_COMMAND: python -m nox -s venv
CIBW_TEST_COMMAND: >
hugo version
hugo env --logLevel debug
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -157,8 +159,9 @@ jobs:
env:
CIBW_ARCHS_MACOS: x86_64
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ''
CIBW_TEST_REQUIRES: nox
CIBW_TEST_COMMAND: python -m nox -s venv
CIBW_TEST_COMMAND: >
hugo version
hugo env --logLevel debug
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -199,8 +202,9 @@ jobs:
CIBW_ENVIRONMENT_MACOS: >
GOARCH="arm64"
CIBW_REPAIR_WHEEL_COMMAND_MACOS: ''
CIBW_TEST_REQUIRES: nox
CIBW_TEST_COMMAND: python -m nox -s venv
CIBW_TEST_COMMAND: >
hugo version
hugo env --logLevel debug
- name: Upload wheels
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f803a5f

Please sign in to comment.