Skip to content

Commit

Permalink
Fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapobep committed Dec 19, 2024
1 parent a279749 commit 8c5024a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ permissions:

jobs:
release-build:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
defaults:
run:
working-directory: ./python
steps:
- uses: actions/checkout@v4
- run: pwd
- name: Install uv
uses: astral-sh/setup-uv@v4
with:
version: "0.5.10"
enable-cache: true
cache-dependency-glob: "uv.lock"
# enable-cache: true
# cache-dependency-glob: "uv.lock"
- uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
Expand Down

0 comments on commit 8c5024a

Please sign in to comment.