diff --git a/ioSPI/datasets.py b/ioSPI/datasets.py index b17a098..66b6e87 100644 --- a/ioSPI/datasets.py +++ b/ioSPI/datasets.py @@ -121,7 +121,8 @@ def upload(self, local_path: str, remote_path: str): print(f"Uploading {local_path} to {full_remote_path}...") # os.system(f"osf upload {local_path} {full_remote_path}") f = subprocess.run( - "$CONDA/bin/" + f"osf upload {local_path} {full_remote_path}", + "$CONDA/bin/" + + f"osf upload /home/runner/work/ioSPI/{local_path} {full_remote_path}", shell=True, text=True, check=True,