Skip to content

Commit bc37f25

Browse files
committed
fix: remove build related artifacts
1 parent 7a47883 commit bc37f25

File tree

3 files changed

+0
-60
lines changed

3 files changed

+0
-60
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

MANIFEST.in

Lines changed: 0 additions & 23 deletions
This file was deleted.

run-tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ function cleanup() {
2222
}
2323
trap cleanup EXIT
2424

25-
python -m check_manifest
2625
eval "$(docker-services-cli up --db ${DB:-postgresql} --search ${SEARCH:-opensearch2} --cache ${CACHE:-redis} --mq ${MQ:-rabbitmq} --env)"
2726
python -m pytest
2827
tests_exit_code=$?

0 commit comments

Comments
 (0)