Skip to content

Commit

Permalink
Merge pull request #26 from lsst/u/leanne/fix-pydantic
Browse files Browse the repository at this point in the history
U/leanne/fix pydantic
  • Loading branch information
leannep authored Feb 7, 2024
2 parents 8e1e8b8 + 8e7c910 commit f571660
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +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: |
docker run --rm -v `pwd`:/workspace -w /workspace lsstsqre/lsst-texmf:latest sh -c 'make'
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pydantic<2.0.0
lander<2.0.0

0 comments on commit f571660

Please sign in to comment.