update
continuous-integration/drone/push Build is failing Details

This commit is contained in:
yayoimizuha 2023-04-16 12:55:26 +09:00
parent 99380afee9
commit 267ee01f9e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ steps:
from_secret: mount_command from_secret: mount_command
commands: commands:
- python -m pip install --upgrade pip - python -m pip install --upgrade pip
- pip install torchsummary - pip install torchsummary matplotlib
- ls ./ - ls ./
- mkdir -p data - mkdir -p data
- $mount_command - $mount_command