Skip to content

Commit 423e33f

Browse files
authored
Update actions-313-freethreading.yaml
1 parent fdf9f93 commit 423e33f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/deps/actions-313-freethreading.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ dependencies:
1212

1313
# test dependencies
1414
- pytest>=7.3.2
15-
- pytest-cov
1615
- pytest-xdist>=3.4.0
1716

1817
# required dependencies
@@ -24,6 +23,8 @@ dependencies:
2423

2524
# Move Cython to build dependencies, once they release a version that supports freethreading
2625
- pip:
26+
# No free-threaded coveragepy (with the C-extension) on conda-forge yet
27+
- pytest-cov
2728
- "tzdata>=2022.7"
2829
- "--extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple"
2930
- "cython"

0 commit comments

Comments
 (0)