From 9033653764c07fe6cdf783dd8f0dea9b7b9254b6 Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Fri, 27 Sep 2024 18:26:06 +0530 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c90a875..e22cca2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,19 +18,18 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up Python - if: matrix.version != 3.13 - uses: actions/setup-python@v4 - with: - python-version: "${{ matrix.version }}" - allow-prereleases: true + # - name: Set up Python + # if: matrix.version != 3.13 + # uses: actions/setup-python@v4 + # with: + # python-version: "${{ matrix.version }}" + # allow-prereleases: true - name: Setup Python via Miniconda - if: matrix.version == 3.13 uses: conda-incubator/setup-miniconda@v3.0.4 with: - python-version: 3.13 - channels: defaults,ad-testing/label/py313_nogil + python-version: "${{ matrix.version }}" + #channels: defaults,ad-testing/label/py313_nogil - name: Install build essentials run: |