Skip to content

Commit

Permalink
ci: fixes incorrect python script path
Browse files Browse the repository at this point in the history
  • Loading branch information
yosefmaru committed Aug 21, 2024
1 parent 2664875 commit 4e11af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: |
python -m pip install -e .
python -m pip install aind-data-access-api==0.11.0
python aind_data_schema_models.utils.write_to_docdb.py
python aind_data_schema_models.src.utils.write_to_docdb.py
2 changes: 1 addition & 1 deletion .github/workflows/tag_and_publish_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,4 @@ jobs:
run: |
python -m pip install -e .
python -m pip install aind-data-access-api==0.11.0
python aind_data_schema_models.utils.write_to_docdb.py
python aind_data_schema_models.src.utils.write_to_docdb.py

0 comments on commit 4e11af5

Please sign in to comment.