Skip to content

Commit

Permalink
update github actions config
Browse files Browse the repository at this point in the history
  • Loading branch information
Herraj committed Mar 11, 2025
1 parent bac07a8 commit a285669
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .github/actions/weave/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@ inputs:
runs:
using: "composite"
steps:
- name: Install poetry
run: pipx install poetry
shell: bash
- uses: actions/setup-python@v5
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
cache-dependency-glob: "uv.lock"

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
cache: "poetry"
python-version-file: "pyproject.toml"

- name: Create Workspace
run: mkdir -p ${{ inputs.workspace-path }}
shell: bash

0 comments on commit a285669

Please sign in to comment.