Skip to content

Commit 91f3324

Browse files
test: use python 3.11
1 parent f0ca971 commit 91f3324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- uses: actions/checkout@v4
9191
- uses: actions/setup-python@v4
9292
with:
93-
python-version: 3.x
93+
python-version: 3.11
9494
- run: pip install bgcflow_wrapper
9595
- run: pip install pytest-cov
9696
- run: pip install alive-progress

0 commit comments

Comments
 (0)