Skip to content

Commit

Permalink
Fix images not being downloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkLight1337 authored Jun 3, 2024
1 parent d82b140 commit b44e7c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .buildkite/test-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,9 @@ steps:
- label: Inputs Test
#mirror_hardwares: [amd]
commands:
- pytest -v -s test_inputs.py
- pytest -v -s multimodal
- bash ../.buildkite/download-images.sh
- pytest -v -s test_inputs.py
- pytest -v -s multimodal

- label: Kernels Test %N
#mirror_hardwares: [amd]
Expand Down

0 comments on commit b44e7c9

Please sign in to comment.