Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Sep 28, 2024
1 parent e40f8ef commit afeec8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/neuroconv_deployment_aws_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
- name: Install AWS requirements
run: pip install .[aws,test]

- name: Run RClone on AWS tests
- name: Run NeuroConv Deployment on AWS tests
run: pytest -rsx -n auto tests/test_on_data/test_yaml/neuroconv_deployment_aws_tools_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,12 @@ def test_deploy_neuroconv_batch_job(self):
rclone_config_file_path = self.test_config_file_path

job_name = "test_deploy_neuroconv_batch_job"
efs_volume_name = "test_deploy_neuroconv_batch_job"
all_info = deploy_neuroconv_batch_job(
rclone_command=rclone_command,
yaml_specification_file_path=yaml_specification_file_path,
job_name=job_name,
efs_volume_name=efs_volume_name,
rclone_config_file_path=rclone_config_file_path,
)

Expand Down

0 comments on commit afeec8d

Please sign in to comment.