Skip to content

Commit

Permalink
just run the Python test directly from the project dir
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbartholomew committed Feb 28, 2024
1 parent 2e861b4 commit f229e02
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_python_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,7 @@ jobs:
# See https://cibuildwheel.readthedocs.io/en/stable/options/#examples_1
CIBW_SKIP: "*-win32 pp* *-manylinux_i686 *-musllinux_i686 cp36-* cp37-* cp38-*"
CIBW_TEST_COMMAND: >
mkdir ./testcode &&
cp {package}/python/_jsonnet_test.py ./testcode/jsonnet_test.py &&
cp -R {package}/python/testdata ./testcode/testdata &&
python ./testcode/jsonnet_test.py
python {package}/jsonnet_test.py
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit f229e02

Please sign in to comment.