Skip to content

Commit

Permalink
build: ci
Browse files Browse the repository at this point in the history
build: ci

build: ci

build: ci

build: ci

build: ci
  • Loading branch information
subotic committed Feb 22, 2025
1 parent fa6ccb3 commit fcd1e3a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,17 @@ jobs:
with:
fetch-depth: 0
- uses: astral-sh/setup-uv@v5
- run: |
uv sync
echo "$VIRTUAL_ENV/bin" >> $GITHUB_PATH
echo "VIRTUAL_ENV=$VIRTUAL_ENV" >> $GITHUB_ENV
with:
version: "0.6.2"
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- uses: dtolnay/rust-toolchain@stable
- uses: extractions/setup-just@v2
- uses: docker/setup-buildx-action@v3
- uses: docker/setup-docker-action@v4
- name: Install dependencies
run: just install
- name: Run Rust unit tests
run: just test
- name: Run Python unit tests
Expand Down

0 comments on commit fcd1e3a

Please sign in to comment.