Skip to content

Commit

Permalink
try this way
Browse files Browse the repository at this point in the history
  • Loading branch information
erewok committed Aug 30, 2024
1 parent 93454c9 commit fc8b4b3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,13 @@ jobs:
steps:
- uses: taiki-e/install-action@v2
with:
tool: just,uv
tool: just
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v4"
with:
python-version: "${{ matrix.python-version }}"
- name: "Install uv"
run: "pip install uv"
- name: "Run install deps"
run: "just bootstrap"
- name: "Run code quality checks"
Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ jobs:
name: PyPi

steps:
- uses: taiki-e/install-action@v2
with:
tool: just
- uses: "actions/checkout@v3"
- uses: "actions/setup-python@v4"
with:
python-version: 3.12
- uses: taiki-e/install-action@v2
with:
tool: just,uv

- name: "Install uv"
run: "pip install uv"
- name: "Run install deps"
run: "just bootstrap"
- name: "Build and release"
Expand Down

0 comments on commit fc8b4b3

Please sign in to comment.