LineaLabs / lineapy

Move fast from data science prototype to pipeline. Capture, analyze, and transform messy notebooks into data pipelines with just two lines of code.
https://lineapy.org
Apache License 2.0
661 stars 58 forks source link

Add mkdir step before cp #799

Closed mingjerli closed 2 years ago

mingjerli commented 2 years ago

Description

Address error in https://github.com/LineaLabs/lineapy/actions/runs/3159242653/jobs/5142227673

Run cp -R examples/use_cases/* demos/ && cp examples/tutorials/00_api_basics.ipynb demos/
  cp -R examples/use_cases/* demos/ && cp examples/tutorials/00_api_basics.ipynb demos/
  shell: /usr/bin/bash -e {0}
cp: target 'demos/' is not a directory
Error: Process completed with exit code 1.

Fixes # (issue)

Type of change