Skip to content

Commit 9ee6ea7

Browse files
authored
MINOR: [C++][CI] Work around bug in conda-forge benchmark package (#41987)
### Rationale for this change Work around bug in version 1.8.4 of the benchmark package: conda-forge/benchmark-feedstock#36 ### Are these changes tested? By regular CI jobs. ### Are there any user-facing changes? No. Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Jacob Wujciak-Jens <jacob@wujciak.de>
1 parent 51bc2a6 commit 9ee6ea7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/cpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ on:
2121
push:
2222
paths:
2323
- '.github/workflows/cpp.yml'
24+
- 'ci/conda_env_*'
2425
- 'ci/docker/**'
2526
- 'ci/scripts/cpp_*'
2627
- 'ci/scripts/install_azurite.sh'
@@ -35,6 +36,7 @@ on:
3536
pull_request:
3637
paths:
3738
- '.github/workflows/cpp.yml'
39+
- 'ci/conda_env_*'
3840
- 'ci/docker/**'
3941
- 'ci/scripts/cpp_*'
4042
- 'ci/scripts/install_azurite.sh'

ci/conda_env_cpp.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ azure-identity-cpp>=1.6.0
2121
azure-storage-blobs-cpp>=12.10.0
2222
azure-storage-common-cpp>=12.5.0
2323
azure-storage-files-datalake-cpp>=12.9.0
24-
benchmark>=1.6.0
24+
benchmark>=1.6.0,!=1.8.4
2525
boost-cpp>=1.68.0
2626
brotli
2727
bzip2

0 commit comments

Comments
 (0)