Skip to content

Commit 94eda09

Browse files
Update gpu tests workflow to run only examples (not integration) (#1137)
1 parent 2147ae1 commit 94eda09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gpu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fi
3737
cd ${{ github.workspace }}; PYTEST_MARKERS="unit and not (example or integration) $extra_pytest_markers" MERLIN_BRANCH=$branch COMPARE_BRANCH=${{ github.base_ref }} tox -e py38-gpu
3838
39-
tests-example-integration:
39+
tests-examples:
4040
runs-on: 1GPU
4141

4242
steps:
@@ -55,4 +55,4 @@ jobs:
5555
if [[ "${{ github.ref }}" != 'refs/heads/main' ]]; then
5656
extra_pytest_markers="and changed"
5757
fi
58-
cd ${{ github.workspace }}; PYTEST_MARKERS="(example or integration) $extra_pytest_markers" MERLIN_BRANCH=$branch COMPARE_BRANCH=${{ github.base_ref }} tox -e py38-gpu
58+
cd ${{ github.workspace }}; PYTEST_MARKERS="example $extra_pytest_markers" MERLIN_BRANCH=$branch COMPARE_BRANCH=${{ github.base_ref }} tox -e py38-gpu

0 commit comments

Comments
 (0)