Skip to content

Commit

Permalink
Fix pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
leannep committed Oct 4, 2023
1 parent 872886d commit 616e511
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Python install
run: |
python -m pip install --upgrade pip
python -m pip install "lander<2.0.0"
python -m pip install -r requirements.txt
- name: TeX build
run: |
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
@@ -0,0 +1,3 @@
pydantic<2.0.0
lander<2.0.0

0 comments on commit 616e511

Please sign in to comment.