Skip to content

Commit ba809f3

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424

2525
- name: Install dependencies
2626
run: |
27-
git clone -b master --single-branch https://github.com/hpyproject/hpy
27+
git clone -b release/0.0.3 --single-branch https://github.com/hpyproject/hpy
2828
cd hpy
29-
git checkout 7b45ce522
3029
pip install .
3130
pip install numpy cython pytest transonic pythran
3231
@@ -47,5 +46,6 @@ jobs:
4746
- name: Run bench
4847
run: |
4948
cd bench
49+
make tmp_result_julia.txt
5050
make bench_hpy
5151
make

0 commit comments

Comments
 (0)