Skip to content

Commit

Permalink
Getting Github Action to work
Browse files Browse the repository at this point in the history
  • Loading branch information
araichev committed Sep 26, 2024
1 parent 27869d8 commit 7271be6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.x" # Specify the version of Python you need
python-version: ["3.11", "3.12"]

# Install UV
- name: Install UV
Expand Down

0 comments on commit 7271be6

Please sign in to comment.