Skip to content

Commit

Permalink
fix: needs python version to be string, otherwise it's interpreted as…
Browse files Browse the repository at this point in the history
… float
  • Loading branch information
jokasimr committed Jun 24, 2024
1 parent 5c4b1a3 commit 24bc7f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/asv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
with:
path: 'scipp-benchmarks'

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'
- run: python -m pip install --upgrade pip
- run: python -m pip install -r requirements/ci.txt

Expand Down

0 comments on commit 24bc7f4

Please sign in to comment.