Skip to content

Commit ce27bac

Browse files
Mjboothausoz-agent
andcommitted
ci: install just binary before test step
Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 99e38bc commit ce27bac

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
uses: actions/setup-python@v5
2727
with:
2828
python-version: ${{ matrix.python-version }}
29+
- name: Install just
30+
run: |
31+
sudo apt-get update
32+
sudo apt-get install -y just
33+
just --version
2934
3035
- name: Install dependencies
3136
run: uv sync --extra dev

0 commit comments

Comments
 (0)