Skip to content

Commit

Permalink
migrate-uv
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Dec 25, 2024
1 parent 535cf57 commit 9439f2b
Show file tree
Hide file tree
Showing 5 changed files with 4,940 additions and 6,117 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ jobs:
with:
python-version: 3.9
cache: "pip"
- name: Install dev dependencies
run: |
python3 -m pip install --upgrade pip setuptools wheel
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements-doc.txt
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Install the project
run: uv sync --all-extras
- name: Run Continuous Integration Action
uses: astral-sh/ruff-action@v1
- name: Upload Artifacts
Expand Down
Loading

0 comments on commit 9439f2b

Please sign in to comment.