fix yaml
1 changed file+0−6
.github/workflows/benchmark.ymlmodified+0−6View file
@@ -33,12 +33,6 @@ jobs:
3333 cd python
3434 pip install -e .
3535
36- - name: Install simple_ans from source for now
37- run: |
38- git clone https://github.com/flatironinstitute/simple_ans.git
39- cd simple_ans
40- pip install -e .
41-
4236 - name: Run benchmarks
4337 env:
4438 MEMOBIN_API_KEY: ${{ secrets.MEMOBIN_API_KEY }}