Skip to content

Commit

Permalink
testing remove pip
Browse files Browse the repository at this point in the history
  • Loading branch information
johubertj committed Feb 22, 2025
1 parent eb6e8d7 commit 80401ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci_linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ jobs:
uses: actions/checkout@v4
- name: Set up uv
uses: astral-sh/setup-uv@v5
- name: Install dependencies
run: |
cd tests/integrationv2 # Change to the directory containing pyproject.toml
pip install . # Install dependencies from pyproject.toml
- name: Run Ruff formatting check
id: ruff_format
run: |
Expand Down

0 comments on commit 80401ee

Please sign in to comment.