Skip to content

Commit

Permalink
Try running interactive python session
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Mar 8, 2024
1 parent 87a24e4 commit fa8114b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ jobs:
CIBW_SKIP: "*-musllinux_* pp*" #disable musllinux and pypy builds for now to speed up execution
# We "Test" the python executable by running all our example files, this would be done a little better in the future
CIBW_BEFORE_TEST: >
ls {project}/PhotoshopExamples
python &&
import psapi &&
exit()
CIBW_TEST_COMMAND: >
python -u {project}/PhotoshopExamples/AddLayerMasks/add_layer_masks.py &&
python -u {project}/PhotoshopExamples/CreateGroups/create_groups.py &&
Expand Down

0 comments on commit fa8114b

Please # to comment.