Skip to content

Commit

Permalink
Merge pull request #138 from ssciwr/pydantic-lunch
Browse files Browse the repository at this point in the history
Add pydantic presentation
  • Loading branch information
lkeegan authored Nov 18, 2024
2 parents 62c5e0a + 3d442f1 commit 3298043
Showing 7 changed files with 1,168 additions and 177 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"

- name: Install Python development requirements
run: |
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"
- run: pip install uv
- run: uv pip install --system -r requirements.txt
- run: |
2 changes: 1 addition & 1 deletion lunchtime12/lunchtime12.ipynb
Original file line number Diff line number Diff line change
@@ -844,7 +844,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.1"
"version": "3.10.15"
},
"rise": {
"scroll": true
Loading

0 comments on commit 3298043

Please sign in to comment.