We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b22ef commit ba809f3Copy full SHA for ba809f3
1 file changed
.github/workflows/tests.yml
@@ -24,9 +24,8 @@ jobs:
24
25
- name: Install dependencies
26
run: |
27
- git clone -b master --single-branch https://github.com/hpyproject/hpy
+ git clone -b release/0.0.3 --single-branch https://github.com/hpyproject/hpy
28
cd hpy
29
- git checkout 7b45ce522
30
pip install .
31
pip install numpy cython pytest transonic pythran
32
@@ -47,5 +46,6 @@ jobs:
47
46
- name: Run bench
48
49
cd bench
+ make tmp_result_julia.txt
50
make bench_hpy
51
make
0 commit comments