From c040670cb0d8acdb5f9d46e71a55cc5668245f85 Mon Sep 17 00:00:00 2001 From: Eman Elsabban Date: Tue, 23 Jan 2024 12:45:18 -0800 Subject: [PATCH] Do not run the integration test in github actions --- .github/workflows/ci.yml | 2 +- .github/workflows/pypi.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39bf9b50..c749a7e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: strategy: fail-fast: false matrix: - make_target: [test, tox_integration, tox_docs] + make_target: [test, tox_docs] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 07b372d5..e028c19f 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - make_target: [test, tox_integration, tox_docs] + make_target: [test, tox_docs] steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2