Skip to content

Commit

Permalink
remove branch tags from logic
Browse files Browse the repository at this point in the history
  • Loading branch information
jperez999 committed Oct 12, 2023
1 parent 07b3d3e commit a06caa8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Check failure on line 29 in .github/workflows/gpu.yml

View workflow job for this annotation

GitHub Actions / actionlint

key "jobs" is duplicated in workflow. previously defined at line:12,col:1. note that key names are case insensitive

Check failure on line 29 in .github/workflows/gpu.yml

View workflow job for this annotation

GitHub Actions / actionlint

key "jobs" is duplicated in workflow. previously defined at line:12,col:1. note that key names are case insensitive
gpu-ci-pytorch:
Expand All @@ -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:

Check failure on line 47 in .github/workflows/gpu.yml

View workflow job for this annotation

GitHub Actions / actionlint

key "jobs" is duplicated in workflow. previously defined at line:12,col:1. note that key names are case insensitive

Check failure on line 47 in .github/workflows/gpu.yml

View workflow job for this annotation

GitHub Actions / actionlint

key "jobs" is duplicated in workflow. previously defined at line:12,col:1. note that key names are case insensitive
Expand Down Expand Up @@ -79,4 +79,3 @@ jobs:
pip install tox
PYTEST_MARKERS="(examples or notebook) $extra_pytest_markers" tox -e gpu

0 comments on commit a06caa8

Please sign in to comment.