Skip to content

Commit

Permalink
LS Dir
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilDohne committed Mar 8, 2024
1 parent 9a9a4fc commit 87a24e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ 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 -d PhotoshopExamples
ls {project}/PhotoshopExamples
CIBW_TEST_COMMAND: >
python -u {project}/PhotoshopExamples/tmp.py
python -u {project}/PhotoshopExamples/AddLayerMasks/add_layer_masks.py &&
python -u {project}/PhotoshopExamples/CreateGroups/create_groups.py &&
python -u {project}/PhotoshopExamples/CreateSimpleDocument/create_simple_document.py &&
Expand Down
5 changes: 0 additions & 5 deletions PhotoshopExamples/tmp.py

This file was deleted.

0 comments on commit 87a24e4

Please # to comment.