Skip to content

Commit 83a9599

Browse files
committed
address code review feedback.
1 parent 71fc07e commit 83a9599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/set_up/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
- name: Install tox
2929
shell: bash
3030
run: |
31-
pip install tox
31+
pip install tox==4.30.3
3232
3333
- name: Cache tox environment
3434
# Preserves .tox directory between runs for faster installs

0 commit comments

Comments
 (0)