diff --git a/.github/workflows/build_test_deploy.yml b/.github/workflows/build_test_deploy.yml index ca12a2f09f..73faceb230 100644 --- a/.github/workflows/build_test_deploy.yml +++ b/.github/workflows/build_test_deploy.yml @@ -69,8 +69,7 @@ jobs: matrix: os: ["ubuntu-latest"] python-version: ["3.10", "3.11", "3.12", "3.13"] - dependencies: [latest] # , pre] - architecture: ["x64"] + dependencies: [latest, pre] include: # Test minimum dependencies on oldest supported Python - os: ubuntu-latest @@ -95,7 +94,6 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - architecture: ${{ matrix.architecture }} - name: Display Python version run: python -c "import sys; print(sys.version)"