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 6bfc9a6 commit 069e7a9Copy full SHA for 069e7a9
.github/workflows/ci.yml
@@ -31,12 +31,10 @@ jobs:
31
with:
32
python-version: "3.11"
33
- name: Install bench extras
34
- working-directory: kll_sketch
35
run: |
36
python -m pip install --upgrade pip
37
- python -m pip install -e .[bench]
+ python -m pip install -e './kll_sketch[bench]'
38
- name: Run smoke benchmark
39
40
41
python benchmarks/bench_kll.py \
42
--outdir bench_out \
@@ -49,4 +47,4 @@ jobs:
49
47
uses: actions/upload-artifact@v4
50
48
51
name: bench-out
52
- path: kll_sketch/bench_out
+ path: bench_out
0 commit comments