Skip to content

Commit

Permalink
test: skip gallery examples (too slow)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Aug 13, 2024
1 parent f4c5bde commit d17201c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ benchmark: ## Run pytest benchmarks
.PHONY: benchmark

examples: ## Run examples
@for ex in $$(find examples -name "*.py"); do \
@for ex in $(wildcard examples/*.py); do \
echo -e "\x1b[1;32m===> \x1b[97mRunning $${ex}\x1b[0m"; \
$(PYTHON) "$${ex}"; \
sleep 1; \
Expand Down

0 comments on commit d17201c

Please sign in to comment.