Skip to content

Commit b373495

Browse files
AAriamRepoDynamicsBot
authored andcommitted
sync(config): Synchronize dynamic files with control center configurations.
[skip ci]
1 parent d49e269 commit b373495

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.devcontainer/tasks_global.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
test-ci() {
2-
echo "TEST OK!"
2+
conda run --name pypackit --live-stream -vv python -m pypackit --help
33
}
44

55
jupyterlab() {

.devcontainer/tasks_local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
test-ci() {
22
current_dir=$(pwd)
33
cd '/workspace'
4-
echo "TEST OK!"
4+
conda run --name pypackit --live-stream -vv python -m pypackit --help
55
cd "$current_dir"
66
}
77

.github/.repodynamics/metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7517,7 +7517,7 @@
75177517
"test-ci": {
75187518
"alias": "test-ci",
75197519
"name": "Test",
7520-
"script": "echo \"TEST OK!\"\n"
7520+
"script": "conda run --name pypackit --live-stream -vv python -m pypackit --help\n"
75217521
}
75227522
}
75237523
},

0 commit comments

Comments
 (0)