Skip to content

Commit

Permalink
Fix heavy ubuntu gpu file name
Browse files Browse the repository at this point in the history
  • Loading branch information
yatarkan committed May 28, 2024
1 parent 3dfd1b2 commit 9a388a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_treon_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ jobs:
run: |
python .ci/validate_notebooks.py \
${{ inputs.test_only_changed && '--test_list test_notebooks.txt' || '' }} \
--ignore_list .ci/ignore_treon_linux.txt ${{ env.TEST_DEVICE == 'gpu' && '.ci/heavy_ubuntu_gpu' || '' }} \
--ignore_list .ci/ignore_treon_linux.txt ${{ env.TEST_DEVICE == 'gpu' && '.ci/heavy_ubuntu_gpu.txt' || '' }} \
--report_dir test_report/${{ env.TEST_REPORT_DIR }} \
--timeout 1200
- name: Analysing with treon (Linux) python 3.8
Expand All @@ -276,7 +276,7 @@ jobs:
run: |
python .ci/validate_notebooks.py
${{ inputs.test_only_changed && '--test_list test_notebooks.txt' || '' }} \
--ignore_list .ci/ignore_treon_linux.txt .ci/ignore_treon_py38.txt ${{ env.TEST_DEVICE == 'gpu' && '.ci/heavy_ubuntu_gpu' || '' }} \
--ignore_list .ci/ignore_treon_linux.txt .ci/ignore_treon_py38.txt ${{ env.TEST_DEVICE == 'gpu' && '.ci/heavy_ubuntu_gpu.txt' || '' }} \
--report_dir test_report/${{ env.TEST_REPORT_DIR }} \
--timeout 1200
- name: Analysing with treon (MacOS) python > 3.8
Expand Down

0 comments on commit 9a388a1

Please sign in to comment.