Skip to content

Commit

Permalink
Make test_python_cudf_pandas generate requirements.txt (#16181)
Browse files Browse the repository at this point in the history
Authors:
  - Paul Taylor (https://github.com/trxcllnt)

Approvers:
  - James Lamb (https://github.com/jameslamb)

URL: #16181
  • Loading branch information
trxcllnt authored Jul 3, 2024
1 parent dab6a44 commit 769e94f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ dependencies:
- {matrix: null, packages: *cupy_packages_cu11}
test_python_pandas_cudf:
common:
- output_types: pyproject
- output_types: [requirements, pyproject]
packages:
# dependencies to run pandas tests
# https://github.com/pandas-dev/pandas/blob/main/environment.yml
Expand All @@ -766,7 +766,7 @@ dependencies:
- pytest-reportlog
test_python_cudf_pandas:
common:
- output_types: pyproject
- output_types: [requirements, pyproject]
packages:
- ipython
- openpyxl

0 comments on commit 769e94f

Please sign in to comment.