diff --git a/.github/workflows/run_benchmarks.yml b/.github/workflows/run_benchmarks.yml index af8e95e..1fc9c17 100644 --- a/.github/workflows/run_benchmarks.yml +++ b/.github/workflows/run_benchmarks.yml @@ -19,15 +19,11 @@ jobs: - name: Set up Conda uses: conda-incubator/setup-miniconda@v2 with: - auto-update-conda: true python-version: 12 # Adjust Python version as needed - name: Install package with pip run: pip install -e . - - name: Install benchmark dependencies - run: pip install asv - - name: Run ASV benchmarks run: asv run HASHFILE:hashestobenchmark.txt