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 e0cee61
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,22 @@ 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"
python-version-file: "python/pyproject.toml"
- run: |
uv sync --all-extras --dev
./test.sh
Expand Down

0 comments on commit e0cee61

Please sign in to comment.