Skip to content

Commit eb0b123

Browse files
Update .github/workflows/dist.yml
Co-authored-by: Ravin Kohli <13005107+ravinkohli@users.noreply.github.com>
1 parent 325bc65 commit eb0b123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
pip install mypy
5656
57-
cd .. # required to use the installed version of autosklearn
57+
cd .. # required to use the installed version of autoPyTorch
5858
5959
# Note this doesn't perform mypy checks, those are handled in pre-commit.yaml
6060
# This only checks if autoPyTorch exports type information

0 commit comments

Comments
 (0)