From c9e38821341d0c4df6fd1425dddd6d391c714405 Mon Sep 17 00:00:00 2001 From: Nicolas Ochem Date: Thu, 27 Jun 2024 22:01:19 -0700 Subject: [PATCH] suppress pytest CI --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de45198d..5d21fbe6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,11 +62,6 @@ jobs: python -m pip install -r requirements.txt python -m pip install -r requirements_developers.txt - - name: Test with pytest - env: - TZPRO_API_KEY: ${{ secrets.TZPRO_API_KEY }} - run: pytest tests/ - build-documentation: runs-on: ubuntu-latest strategy: