mirror of
https://github.com/meshtastic/python.git
synced 2026-09-14 22:39:18 -04:00
uninstall system meshtastic
This commit is contained in:
1 parent
cb61a40767
commit
da4326e0cc
1 file changed
+3
@@ -16,6 +16,9 @@ jobs:
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.9
|
||||
- name: Uninstall meshtastic
|
||||
run: |
|
||||
pip3 uninstall meshtastic
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
||||
Reference in new issue
Block a user