We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb5c80 commit e3f7966Copy full SHA for e3f7966
.github/workflows/tockloader.yml
@@ -19,6 +19,7 @@ jobs:
19
python-version: 3.13
20
- name: Install dependencies
21
run: |
22
+ pip install setuptools
23
python setup.py install
24
- name: Run basic commands
25
0 commit comments