Skip to content

Commit c611b96

Browse files
committed
Try using mise action to ensure py3.11 is used for reqs update
1 parent 2ea4986 commit c611b96

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: .github/workflows/reqs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
with:
1313
ref: develop
1414

15+
- uses: jdx/mise-action@v2
16+
1517
- name: hit it
1618
run: ./mk/reqs.sh
1719

Diff for: mise.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
python = "3.11"

0 commit comments

Comments
 (0)