Skip to content

Commit 117e621

Browse files
bgreniyetalit
andauthored
bump kelvin to 0.25.7 (#185)
Co-authored-by: Tiyagora <[email protected]>
1 parent 1f8700e commit 117e621

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

recipes/kelvin/recipe.yaml

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
context:
2-
version: 0.1.3
3-
mojo_version: "=0.25.6"
2+
version: 0.1.4
43

54
package:
65
name: "kelvin"
76
version: ${{ version }}
87

98
source:
109
- git: https://github.com/bgreni/Kelvin.git
11-
rev: d10f89ac05c178e7537906fb5834e10764f3291f
10+
rev: 3018ba56fa762a3090bbf4ca26438b6c506278ea
1211

1312
build:
1413
number: 0
@@ -17,24 +16,31 @@ build:
1716

1817
requirements:
1918
host:
20-
- mojo-compiler ${{ mojo_version }}
19+
- mojo-compiler =0.25.7
2120
build:
22-
- mojo-compiler ${{ mojo_version }}
21+
- mojo-compiler =0.25.7
2322
run:
2423
- ${{ pin_compatible('mojo-compiler') }}
2524

2625
tests:
2726
- script:
2827
- if: unix
2928
then:
30-
- mojo test
31-
# Can't convince PR build to find this file
32-
# - python3 scripts/run_reject_tests.py
29+
- python run_test.py
30+
- python scripts/generate_tests.py && python scripts/run_reject_tests.py
31+
32+
files:
33+
source:
34+
- kelvin/
35+
- test/
36+
- run_test.py
37+
- scripts/run_reject_tests.py
38+
- scripts/generate_tests.py
3339
requirements:
3440
build:
35-
- mojo ${{ mojo_version }}
41+
- mojo =0.25.7
3642
run:
37-
- mojo ${{ mojo_version }}
43+
- mojo =0.25.7
3844

3945
about:
4046
homepage: https://github.com/bgreni/Kelvin

0 commit comments

Comments
 (0)