Skip to content

Commit 610d30d

Browse files
committed
Comment out matplotlib, move to a specific build
1 parent 34c9ff6 commit 610d30d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
platform: [ubuntu-24.04, ubuntu-24.04-arm]
30-
env_file: [actions-310.yaml, actions-311.yaml, actions-312.yaml, actions-313.yaml, actions-313-freethreading.yaml]
30+
env_file: [actions-310.yaml, actions-311.yaml, actions-312.yaml, actions-313.yaml]
3131
# Prevent the include jobs from overriding other jobs
3232
pattern: [""]
3333
pandas_future_infer_string: ["0"]
@@ -41,6 +41,10 @@ jobs:
4141
env_file: actions-310-minimum_versions.yaml
4242
pattern: "not slow and not network and not single_cpu"
4343
platform: ubuntu-24.04
44+
- name: "Freethreading"
45+
env_file: actions-313-freethreading.yaml
46+
pattern: "not slow and not network and not single_cpu"
47+
platform: ubuntu-24.04
4448
- name: "Locale: it_IT"
4549
env_file: actions-311.yaml
4650
pattern: "not slow and not network and not single_cpu"

ci/deps/actions-313-freethreading.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ dependencies:
3232
- gcsfs>=2024.2.0
3333
- jinja2>=3.1.3
3434
- lxml>=4.9.2
35-
- matplotlib>=3.8.3
35+
# No Python 3.13t wheel
36+
# - matplotlib>=3.8.3
3637
- numba>=0.59.0
3738
- numexpr>=2.9.0
3839
- odfpy>=1.4.1

0 commit comments

Comments
 (0)