diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 299e1cf3f1bb82..4b6dbd7789a89f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -366,19 +366,13 @@ jobs: run: | just install - - name: Setup development ruff version + - name: Run ruff-lsp tests run: | - # Make executable and prepend to path + # Setup development binary chmod +x ${{ steps.ruff-target.outputs.download-path }}/ruff export PATH=${{ steps.ruff-target.outputs.download-path }}:$PATH - ruff version - # Set the environment for subsequent jobs - echo "PATH=$PATH" >> "$GITHUB_ENV" - - - name: Run ruff-lsp tests - run: | just test benchmarks: