Skip to content

Commit

Permalink
Remove distutils from test
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowone committed Oct 30, 2024
1 parent 660a2ca commit 281fd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Get folders with tests
id: get-folders
run: |
FOLDERS=$(find . -maxdepth 2 -type d -name 'tests' \
FOLDERS=$(find . -maxdepth 2 -type d -name 'tests' ! -path '*/distutils/*' \
| cut -d "/" -f2 | sort -u \
| jq -Rsc 'split("\n") | map( select(length > 0) )')
echo "folders: ${FOLDERS}"
Expand Down

0 comments on commit 281fd28

Please sign in to comment.