Skip to content

Commit

Permalink
another top level attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
sydney-runkle committed Nov 19, 2024
1 parent 84eb33b commit bd62df3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,7 @@ jobs:

- name: set up venv
run: |
uv venv --python 3.13
uv sync --extra timezone --project pydantic
uv venv --python 3.13 --extra timezone --project pydantic ./.venv
uv pip install maturin
uv run bash -c 'cd ../pydantic-core && make build-dev'
Expand Down

0 comments on commit bd62df3

Please sign in to comment.