From a06caa8fde10c621b9b5a95664603ae522cae8c2 Mon Sep 17 00:00:00 2001 From: Julio Perez Date: Thu, 12 Oct 2023 14:57:54 -0400 Subject: [PATCH] remove branch tags from logic --- .github/workflows/gpu.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gpu.yml b/.github/workflows/gpu.yml index 4ed77bb095..bd1742d983 100644 --- a/.github/workflows/gpu.yml +++ b/.github/workflows/gpu.yml @@ -24,7 +24,7 @@ jobs: - name: Run tests run: | pip install tox - PYTEST_MARKERS="unit and not (examples or integration or notebook) and (singlegpu or not multigpu) $extra_pytest_markers" MERLIN_BRANCH=$branch COMPARE_BRANCH=${{ github.base_ref }} tox -e gpu + PYTEST_MARKERS="unit and not (examples or integration or notebook) and (singlegpu or not multigpu) $extra_pytest_markers" tox -e gpu jobs: gpu-ci-pytorch: @@ -41,7 +41,7 @@ jobs: - name: Run tests run: | pip install tox - PYTEST_MARKERS="unit and not (examples or integration or notebook) and (singlegpu or not multigpu) $extra_pytest_markers" MERLIN_BRANCH=$branch COMPARE_BRANCH=${{ github.base_ref }} tox -e gpu + PYTEST_MARKERS="unit and not (examples or integration or notebook) and (singlegpu or not multigpu) $extra_pytest_markers" tox -e gpu jobs: @@ -79,4 +79,3 @@ jobs: pip install tox PYTEST_MARKERS="(examples or notebook) $extra_pytest_markers" tox -e gpu - \ No newline at end of file