Skip to content

Commit

Permalink
(fix): try installing python first?
Browse files Browse the repository at this point in the history
  • Loading branch information
ilan-gold committed Nov 20, 2024
1 parent e72c633 commit d222656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.x"
python-version: ${{ matrix.python-version }}

- name: Install UV
uses: astral-sh/setup-uv@v3
Expand Down

0 comments on commit d222656

Please sign in to comment.