Skip to content

Commit

Permalink
Change asv install command
Browse files Browse the repository at this point in the history
  • Loading branch information
camposandro committed Sep 27, 2024
1 parent 0330f84 commit 8298988
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion benchmarks/asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"HEAD"
],
"install_command": [
"python -m pip install -r requirements.txt {wheel_file}"
"python -m pip install {wheel_file}",
"pip install git+https://github.com/lincc-frameworks-mask-incubator/gundam.git@acf-without-grid"
],
"build_command": [
"python -m build --wheel -o {build_cache_dir} {build_dir}"
Expand Down
1 change: 1 addition & 0 deletions src/corrgi/alignment.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from __future__ import annotations

import itertools
import pickle

Expand Down
1 change: 0 additions & 1 deletion src/corrgi/pipeline/resume_plan.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from __future__ import annotations

import os

from dataclasses import dataclass, field
from pathlib import Path

Expand Down

0 comments on commit 8298988

Please sign in to comment.