From 2b6d3ded9045ac9248d63a5eb6d6685bf51deb89 Mon Sep 17 00:00:00 2001 From: Miles Granger Date: Sun, 3 Mar 2024 11:43:40 +0100 Subject: [PATCH] another attempt --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index e126511e..2032b3fc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -166,7 +166,7 @@ jobs: run: cargo test --no-default-features --release --features capi - uses: actions/setup-python@v5 with: - target: ${{ matrix.platform.target }} + architecture: ${{ matrix.platform.target }} python-version: ${{ matrix.python-version }} - name: Audit run: cargo install cargo-audit && cargo audit