Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored Sep 27, 2024
1 parent 0243634 commit 9033653
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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: |
Expand Down

0 comments on commit 9033653

Please sign in to comment.