Skip to content

Commit

Permalink
Merge pull request #6 from soda-inria/fix/kmeans_dpcpp_test_pipeline
Browse files Browse the repository at this point in the history
FIX kmeans_dpcpp path in pythonpath for ci test pipeline
  • Loading branch information
fcharras authored Oct 11, 2023
2 parents 88357ca + 4d098d7 commit 1dbdc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_cpu_benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,4 @@ jobs:
- name: Run k-means benchmarks
run: |
cd benchmarks/kmeans
PYTHONPATH=$PYTHONPATH:$(realpath ./kmeans_dpcpp/) benchopt run --no-plot -l -d Simulated_correlated_data[n_samples=1000,n_features=14]
PYTHONPATH=$PYTHONPATH:$(realpath ../../kmeans_dpcpp/) benchopt run --no-plot -l -d Simulated_correlated_data[n_samples=1000,n_features=14]

0 comments on commit 1dbdc39

Please sign in to comment.