Skip to content

Commit

Permalink
Fix other workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
danielholanda committed Oct 21, 2024
1 parent a907fac commit 60e004c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test_devices_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
conda install pylint
pip install pytest
pip install -e plugins/devices
pip install -e . # Required to test current tkml package instead of pypi version
pip install transformers timm
python -m pip check
- name: Lint with PyLint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_turnkey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
pip install pytest
pip install -e plugins/devices
pip install transformers timm
pip install -e . --force-reinstall
pip install -e . # Required to test current tkml package instead of pypi version
python -m pip check
- name: Lint with PyLint
shell: bash -el {0}
Expand Down

0 comments on commit 60e004c

Please sign in to comment.