Skip to content

Commit

Permalink
πŸ’š Setup python in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pajowu committed Dec 16, 2024
1 parent bef1613 commit 3f5db3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ 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:
Expand Down

0 comments on commit 3f5db3a

Please sign in to comment.