Skip to content

Commit

Permalink
Attempt to fix benchmark run
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Oct 22, 2024
1 parent 6dfe780 commit 3708db5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,26 +25,26 @@ jobs:
ASV_DIR: "./benchmarks"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0

- run: git fetch origin main:main
if: ${{ github.ref_name != 'main' }}
# Errors on main branch

- uses: mamba-org/setup-micromamba@v1
- uses: mamba-org/setup-micromamba@v2
with:
environment-name: asv
cache-environment: true
create-args: >-
python=3.11
python=${{ matrix.python }}
asv
mamba
libmambapy
packaging
- name: Cache datasets
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache
Expand Down

0 comments on commit 3708db5

Please sign in to comment.