Skip to content

Commit f06458f

Browse files
committed
swap out mamba for benchmarks
1 parent 0e298ff commit f06458f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/codspeed.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,12 @@ jobs:
2020
fetch-tags: "true"
2121
fetch-depth: '0'
2222

23-
- uses: ./.github/actions/mamba-install-dascore
23+
- uses: actions/setup-python@v3
2424
with:
25-
python-version: ${{ env.python_version }}
25+
python-version: "3.13"
26+
27+
- name: Install dependencies
28+
run: pip install ".[test]"
2629

2730
- name: Run benchmarks
2831
uses: CodSpeedHQ/action@v4

0 commit comments

Comments
 (0)