Skip to content

Commit 2f963b2

Browse files
committed
chore: fix workflow issues and prevent adsm 5 from importing
1 parent 2db8abc commit 2f963b2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/update_docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
- uses: actions/checkout@v3
5252
with:
5353
token: ${{ secrets.SERVICE_TOKEN }}
54+
ref: ${{ github.ref }}
55+
- name: Pull latest changes
56+
run: git pull origin ${{ github.ref_name }}
5457
- name: Set up Python 3.10
5558
uses: actions/setup-python@v2
5659
with:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
dynamic = ["version"]
1515

1616
dependencies = [
17-
'aind-data-schema-models>=4.2.11',
17+
'aind-data-schema-models>=4.2.11,<5',
1818
'pydantic>=2.7, <2.12',
1919
'semver'
2020
]

0 commit comments

Comments
 (0)