Skip to content

Commit e3f7966

Browse files
committed
try to install setuptools
1 parent afb5c80 commit e3f7966

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tockloader.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
python-version: 3.13
2020
- name: Install dependencies
2121
run: |
22+
pip install setuptools
2223
python setup.py install
2324
- name: Run basic commands
2425
run: |

0 commit comments

Comments
 (0)