install simple_ans from source for now
1 changed file+6−0
.github/workflows/benchmark.ymlmodified+6−0View file
@@ -26,6 +26,12 @@ jobs:
2626 cd zia_benchmark
2727 pip install -e .
2828
29+ - name: Install simple_ans from source for now
30+ run: |
31+ git clone https://github.com/flatironinstitute/simple_ans.git
32+ cd simple_ans
33+ pip install -e .
34+
2935 - name: Run benchmarks
3036 env:
3137 MEMOBIN_API_KEY: ${{ secrets.MEMOBIN_API_KEY }}