Skip to content

Commit

Permalink
che
Browse files Browse the repository at this point in the history
  • Loading branch information
andycasey committed Oct 25, 2024
1 parent c06e5f3 commit c7cb924
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,17 @@ jobs:
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- "3.14"

steps:
- uses: actions/checkout@v4

- name: "Install uv"
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
version: "0.4.26"
#enable-cache: true

- name: "Set up Python"
uses: actions/setup-python@v5
Expand Down

0 comments on commit c7cb924

Please sign in to comment.