Skip to content

Commit

Permalink
Uninstall ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Oct 23, 2023
1 parent ba8732a commit d5c3187
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ jobs:
- name: Run ruff-lsp tests
run: |
# Setup development binary
pip uninstall ruff
chmod +x ${{ steps.ruff-target.outputs.download-path }}/ruff
export PATH=${{ steps.ruff-target.outputs.download-path }}:$PATH
ruff version
Expand Down

0 comments on commit d5c3187

Please sign in to comment.