Skip to content

Commit

Permalink
External workflow - remove tensorflow (#559)
Browse files Browse the repository at this point in the history
This PR aims to fix the failing external tests: https://github.com/rapidsai/cuxfilter/actions/runs/7215132031, last PR #555 did not seem to fix it. 

Removing tensorflow due to #560.

cc @ajschmidt8

Authors:
  - Ajay Thorve (https://github.com/AjayThorve)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #559
  • Loading branch information
AjayThorve authored Dec 15, 2023
1 parent 34306e8 commit eb7555b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ci/test_external.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rapids-logger "Create test_external conda environment"
. /opt/conda/etc/profile.d/conda.sh

# Install external dependencies into test_external conda environment
rapids-mamba-retry env update -f ./ci/utils/external_dependencies.yaml
rapids-conda-retry env update -f ./ci/utils/external_dependencies.yaml

conda activate test_external

Expand Down
5 changes: 2 additions & 3 deletions ci/utils/external_dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ dependencies:
- cudf==24.2.*
- dask-cudf==24.2.*
- cuxfilter==24.2.*
- cuda-version=11.8
- python=3.10
- tensorflow
- cuda-version=12.0
- python>=3.9,<3.11
- xarray-spatial
- pycaret
- graphistry
Expand Down

0 comments on commit eb7555b

Please sign in to comment.