From f8a4cba4e22fc9ee4a2f99dd88fa69b27073b2af Mon Sep 17 00:00:00 2001 From: Luca Paterlini Date: Fri, 8 Dec 2023 17:35:22 +0000 Subject: [PATCH] actions test fix --- .github/workflows/CI.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7c4d9d0..ea505f5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -130,7 +130,8 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 with: - target: ${{ matrix.target }} + command: build + args: --release - name: Install dependencies run: | python -m pip install pytest