Skip to content

Commit 8b1a194

Browse files
authored
Fix CI ASV check by allowing any py 3.9.* for ubuntu-latest (#1604)
1 parent 8e0b724 commit 8b1a194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/asv_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Python
2424
uses: actions/setup-python@v3
2525
with:
26-
python-version: '3.9.7'
26+
python-version: '3.9'
2727

2828
- name: Install asv
2929
run: pip install asv==0.4.2

0 commit comments

Comments
 (0)