Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Mar 21, 2024
1 parent 5548018 commit fc50675
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/self-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:

jobs:
setup:
if: ${{ inputs.job }} == 'run_tests_gpu'
if: ${{ inputs.job == 'run_tests_gpu' }}
name: Setup
strategy:
matrix:
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
nvidia-smi
run_tests_gpu:
if: ${{ inputs.job }} == 'run_tests_gpu'
if: ${{ inputs.job == 'run_tests_gpu' }}
name: " "
needs: setup
strategy:
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
# path: /workspace/transformers/reports/${{ matrix.machine_type }}_tests_torch_cuda_extensions_gpu

run_tests_quantization_torch_gpu:
if: ${{ inputs.job }} == 'run_tests_quantization_torch_gpu'
if: ${{ inputs.job == 'run_tests_quantization_torch_gpu' }}
name: Quantization tests
strategy:
fail-fast: false
Expand Down

0 comments on commit fc50675

Please sign in to comment.