Skip to content

Commit

Permalink
MINOR: [C++][CI] Work around bug in conda-forge benchmark package (ap…
Browse files Browse the repository at this point in the history
…ache#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>
  • Loading branch information
pitrou authored Jun 5, 2024
1 parent 51bc2a6 commit 9ee6ea7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ on:
push:
paths:
- '.github/workflows/cpp.yml'
- 'ci/conda_env_*'
- 'ci/docker/**'
- 'ci/scripts/cpp_*'
- 'ci/scripts/install_azurite.sh'
Expand All @@ -35,6 +36,7 @@ on:
pull_request:
paths:
- '.github/workflows/cpp.yml'
- 'ci/conda_env_*'
- 'ci/docker/**'
- 'ci/scripts/cpp_*'
- 'ci/scripts/install_azurite.sh'
Expand Down
2 changes: 1 addition & 1 deletion ci/conda_env_cpp.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ azure-identity-cpp>=1.6.0
azure-storage-blobs-cpp>=12.10.0
azure-storage-common-cpp>=12.5.0
azure-storage-files-datalake-cpp>=12.9.0
benchmark>=1.6.0
benchmark>=1.6.0,!=1.8.4
boost-cpp>=1.68.0
brotli
bzip2
Expand Down

0 comments on commit 9ee6ea7

Please sign in to comment.