Skip to content

Commit

Permalink
fix asv
Browse files Browse the repository at this point in the history
  • Loading branch information
luweizheng committed Jul 30, 2024
1 parent 4032b78 commit dde1ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/asv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
fetch-depth: 0

- name: Set up conda python3.9
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.9

- name: Install dependencies
id: build
shell: bash -el {0}
run: |
pip install numpy scipy cython asv==0.5.1 coverage
pip install "numpy<2.0" scipy cython asv==0.5.1 coverage
cd python && pip install -e ".[dev,extra]"
- name: Run ASV benchmarks
Expand Down

0 comments on commit dde1ee2

Please sign in to comment.