Skip to content

Commit

Permalink
reduce versions
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed May 31, 2024
1 parent 3ba29d3 commit 291b6b2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/run_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
git fetch
git pull
asv publish
asv gh-pages
2 changes: 1 addition & 1 deletion asv.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"in-dir={env_dir} python -m pip install {wheel_file}"
],

"pythons": ["3.8", "3.9", "3.10", "3.11", "3.12"],
"pythons": ["3.12"],
"benchmark_dir": "src/spikeinterface_airspeed_velocity_benchmarks/benchmarks"

}
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from setuptools import setup

setup()

0 comments on commit 291b6b2

Please sign in to comment.