From a60349e35459b440b161355a63389d7709576425 Mon Sep 17 00:00:00 2001 From: Florian Pinault Date: Tue, 16 Jul 2024 15:14:40 +0200 Subject: [PATCH] disable tests on github --- .github/workflows/python-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index e322a28..8099bd1 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -46,7 +46,8 @@ jobs: - name: Tests run: | - cd tests && python3 test_all.py + # disable tests on github to avoid giving away the token + # cd tests && python3 test_all.py deploy: