Skip to content

Commit 39af18b

Browse files
committed
Merge branch 'update' of https://github.com/Borda/kaggle_SandBox into update
2 parents 38a04b5 + 6d56dac commit 39af18b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci_pkg-install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ jobs:
5656

5757
- name: Try installing
5858
run: |
59-
uv run --with "$(python -c "import glob; print(glob.glob('dist/*.whl')[0])")" \
60-
python -c "import challenge_xyz ; print(challenge_xyz.__version__)"
59+
uv run --with "$(python -c 'import glob; print(glob.glob("dist/*.whl")[0])')" \
60+
python -c "import challenge_xyz; print(challenge_xyz.__version__)"
6161
6262
- name: Try editable install
6363
run: uv run --with-editable . python -c "import challenge_xyz ; print(challenge_xyz.__version__)"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = [
1515
"machine-learning",
1616
"template",
1717
]
18-
license = "MIT"
18+
license = { file = "LICENSE" }
1919
license-files = [
2020
"LICENSE",
2121
]

0 commit comments

Comments
 (0)