x
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Michael Zhang 2024-05-06 16:11:26 -05:00
parent f4cd28f264
commit c66c0fc8d3
3 changed files with 6 additions and 2 deletions

View file

@ -13,7 +13,7 @@ pipeline:
- echo "$${SSH_SECRET_KEY}" > ~/.ssh/id_ed25519 - echo "$${SSH_SECRET_KEY}" > ~/.ssh/id_ed25519
- chmod 600 ~/.ssh/id_ed25519 - chmod 600 ~/.ssh/id_ed25519
- git clone ssh://git@git.mzhang.io:2222/michael/ddr-scores.wiki.git - GIT_SSH_COMMAND="ssh -v" git clone ssh://git@git.mzhang.io:2222/michael/ddr-scores.wiki.git
- cp summary.md ddr-scores.wiki/Stats.md - cp summary.md ddr-scores.wiki/Stats.md
- (cd ddr-scores.wiki; git add . -A; git commit -m update; git push) - (cd ddr-scores.wiki; git add . -A; git commit -m update; git push)

2
poetry.lock generated
View file

@ -1470,4 +1470,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.11" python-versions = "^3.11"
content-hash = "b86bc1ff376324ceb744f46a45333503d6f9dd44a0aaecbd718ebb07e93e37b8" content-hash = "70c9de13d5cf48fa1aa59adcbaa7bfd2f0739839157717718d7792953a71ee3b"

View file

@ -18,6 +18,10 @@ jupyter-core = "^5.7.2"
nbconvert = "^7.16.4" nbconvert = "^7.16.4"
[tool.poetry.group.ci-stats.dependencies]
nbconvert = "^7.16.4"
jupyter-core = "^5.7.2"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"