Skip to content

Commit

Permalink
shuffle order to check if that makes a difference
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Mar 8, 2024
1 parent 4b1fa50 commit 108c5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ 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 -1 -d "$PWD/"*
ls
CIBW_TEST_COMMAND: >
python {project}/PhotoshopExamples/AddLayerMasks/add_layer_masks.py &&
python {project}/PhotoshopExamples/CreateGroups/create_groups.py &&
python {project}/PhotoshopExamples/AddLayerMasks/add_layer_masks.py &&
python {project}/PhotoshopExamples/CreateSimpleDocument/create_simple_document.py &&
python {project}/PhotoshopExamples/ExtractImageData/extract_image_data.py &&
python {project}/PhotoshopExamples/ModifyLayerStructure/modify_layer_structure.py
Expand Down

0 comments on commit 108c5c6

Please sign in to comment.