Skip to content

Commit 1929d8b

Browse files
committed
CI: use HPy 0.0.3
1 parent 41b22ef commit 1929d8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
git clone -b master --single-branch https://github.com/hpyproject/hpy
2828
cd hpy
29-
git checkout 7b45ce522
29+
git checkout release/0.0.3
3030
pip install .
3131
pip install numpy cython pytest transonic pythran
3232
@@ -47,5 +47,6 @@ jobs:
4747
- name: Run bench
4848
run: |
4949
cd bench
50+
make tmp_result_julia.txt
5051
make bench_hpy
5152
make

0 commit comments

Comments
 (0)