Skip to content

Commit

Permalink
[skip gpu] debug
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed May 30, 2024
1 parent e128711 commit 81be962
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
- gpu
if: ("${{ !contains(github.event.head_commit.message, '[skip gpu]') }}" == "true")
steps:
- name: echo
run: |
echo "${{ contains(github.event.head_commit.message, '[skip gpu]') }}"
- uses: actions/checkout@v4
- uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit 81be962

Please sign in to comment.