Skip to content

Commit 0f6f7db

Browse files
committed
fix: activate the pixi environment
1 parent 7ee9d2b commit 0f6f7db

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
cache: true
3030
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
3131
environments: ${{ matrix.environment }}
32+
activate-environment: true
3233
- name: build
3334
run: mkdir -p build && cd build && cmake .. -GNinja -DBUILD_PYTHON_BINDINGS=ON -DBUILD_TESTING=ON
3435
- name: test C++
@@ -67,6 +68,7 @@ jobs:
6768
cache: true
6869
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
6970
environments: ${{ matrix.environment }}
71+
activate-environment: true
7072
- name: Build wheels and sdist
7173
run: uv build
7274
- name: Upload wheels and sdist

0 commit comments

Comments
 (0)