From f0bf067b11cb3e9a546d32c1e39423279ed691cc Mon Sep 17 00:00:00 2001 From: Radu Marias Date: Sun, 2 Jun 2024 05:30:15 +0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 87caf3a..8e9d6de 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,17 +17,8 @@ jobs: steps: - name: Check out repository code - uses: actions/checkout@v4 - - name: Build - - uses: actions/setup-python@v5 - with: - python-version: '3.10' - - name: Build wheels - uses: PyO3/maturin-action@v1 - with: - target: ${{ matrix.platform.target }} - args: --release --out dist --find-interpreter - sccache: 'true' + uses: actions/checkout@v2 + - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2 with: