We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e298ff commit f06458fCopy full SHA for f06458f
.github/workflows/codspeed.yml
@@ -20,9 +20,12 @@ jobs:
20
fetch-tags: "true"
21
fetch-depth: '0'
22
23
- - uses: ./.github/actions/mamba-install-dascore
+ - uses: actions/setup-python@v3
24
with:
25
- python-version: ${{ env.python_version }}
+ python-version: "3.13"
26
+
27
+ - name: Install dependencies
28
+ run: pip install ".[test]"
29
30
- name: Run benchmarks
31
uses: CodSpeedHQ/action@v4
0 commit comments