Skip to content

Commit

Permalink
pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
womullan committed Jul 25, 2023
1 parent f5db2d8 commit 8a6479f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Python install
run: |
python -m pip install --upgrade pip
python -m pip install "pydantic<2.0.0"
python -m pip install "lander<2.0.0"
python -m pip install -r milestones/requirements.txt
make generated
Expand All @@ -43,4 +44,4 @@ jobs:
LTD_PASSWORD: ${{ secrets.LTD_PASSWORD }}
LTD_USERNAME: ${{ secrets.LTD_USERNAME }}
run: |
lander --pdf LDM-503.pdf --upload --lsstdoc LDM-503.tex --ltd-product ldm-503
lander --pdf LDM-503.pdf --upload --lsstdoc LDM-503.tex --ltd-product ldm-503

0 comments on commit 8a6479f

Please sign in to comment.