Commit d1f93d0
authored
Try to resolve rerender issue
Error:
× missing field `script`
╭─[recipe/recipe.yaml:39:10]
38 │ python_version: ${{ python_min }}.*
39 │ ╭─▶ - files:
40 │ │ source:
41 │ │ - tests/
42 │ │ requirements:
43 │ │ run:
44 │ │ - pytest
45 │ │ - pytest-rerunfailures
46 │ │ - transformers >=4.27.1
47 │ │ - moto >=4.1.4,<5.0.0
48 │ │ - redis-py >=5.0.0
49 │ │ - if: not win
50 │ │ then:
51 │ │ - redis-server
52 │ │ - boto3
53 │ │ script:
54 │ │ # Redis tests are flaky, sometimes failing with:
55 │ │ # redis.exceptions.ConnectionError: Error 111 connecting to localhost:6381.
56 │ │ # Connection refused.
57 │ │ # I suspect that there's not enough startup time, so we retry a few times.
58 │ │ - if: linux
59 │ │ then:
60 │ │ # Skip test_download_url until <coreweave/tensorizer#188> is merged.
61 │ │ - pytest tests -vvv --reruns 2 --deselect tests/test_stream_io.py::TestS3::test_download_url
62 │ │
63 │ ├─▶ about:
· ╰──── here
64 │ homepage: https://github.com/coreweave/tensorizer
╰────
help: expected field `script` to be a list of commands1 parent 9caf05a commit d1f93d0
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
| |||
0 commit comments