File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5656 - name : Install shapiq package
5757 run : uv run --no-sync uv pip install .
5858 - name : Test import
59- run : uv run --no-sync python -c "import shapiq; print('✅ shapiq imported successfully')"
59+ run : uv run --no-sync python -c "import shapiq; print('shapiq imported successfully')"
6060 # ----------------------------------------------------------------------------------------------
6161 # Install and Import Check
6262 # ----------------------------------------------------------------------------------------------
7777 - name : Install dependencies
7878 run : uv sync --no-dev --group all_ml
7979 - name : Test import of shapiq_games
80- run : uv run --no-sync python -c "import shapiq_games; print('✅ shapiq_games imported successfully')"
80+ run : uv run --no-sync python -c "import shapiq_games; print('shapiq_games imported successfully')"
8181 # ----------------------------------------------------------------------------------------------
8282 # Unit Tests with Matrix
8383 # ----------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments