Skip to content

Commit 40353f7

Browse files
Change pylint source directory from ho_optim_milp to ho_optim_drl
1 parent 66034e4 commit 40353f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
shell: bash
3939
run: |
4040
mkdir -p public
41-
pylint_output=$(pylint src/ho_optim_milp --exit-zero)
41+
pylint_output=$(pylint src/ho_optim_drl --exit-zero)
4242
echo "$pylint_output"
4343
score=$(echo "$pylint_output" | sed -n 's/.*rated at \([-0-9.]*\)\/10.*/\1/p' | tail -n 1)
4444
if [ -z "$score" ]; then

0 commit comments

Comments
 (0)