Skip to content

Commit 0a7e816

Browse files
updated CI to work with py3.13
1 parent d699f6f commit 0a7e816

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/conda_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build
3030
shell: bash -l {0}
3131
run: |
32-
python -m pip install --no-deps -vv ./
32+
python -m pip install --no-build-isolation -vv ./
3333
3434
- name: Test
3535
shell: bash -l {0}

conda_requirements_dev.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
pip
2+
setuptools
13
cython>=3
24
pytest
35
sphinx

0 commit comments

Comments
 (0)