Skip to content

Commit

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

0 comments on commit e8074d6

Please sign in to comment.