Skip to content

Commit 636235e

Browse files
committed
removes checkmarks because windows is sad and does not like colors :(
1 parent aaaca8f commit 636235e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
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
# ----------------------------------------------------------------------------------------------
@@ -77,7 +77,7 @@ jobs:
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
# ----------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)