Skip to content

Commit

Permalink
πŸ’š CI: install python using uv
Browse files Browse the repository at this point in the history
  • Loading branch information
pajowu committed Dec 16, 2024
1 parent 5f1ec91 commit 24d37a4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,15 @@ jobs:
python-version: ['3.10', '3.12']
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Setup uv
uses: astral-sh/setup-uv@v2
with:
enable-cache: true
cache-dependency-glob: |
requirements*.txt
pyproject.toml
- name: Set up Python ${{ matrix.python-version }}
run: uv python install ${{ matrix.python-version }}
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
Expand Down

0 comments on commit 24d37a4

Please sign in to comment.