Skip to content

Commit

Permalink
fix uninstall command
Browse files Browse the repository at this point in the history
  • Loading branch information
bleykauf committed Nov 24, 2023
1 parent e241c7f commit d8927e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .[tests]
pip remove meer_tec # only keep dependencies
pip uninstall meer_tec # only keep dependencies
- name: Run pytest
run: pytest .
- name: Run mypy
Expand Down

0 comments on commit d8927e3

Please sign in to comment.