Skip to content

Commit

Permalink
chore: update workflows for dependency reorganisation
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjholland committed Jan 3, 2025
1 parent 2202c22 commit a1a76d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version-file: "pyproject.toml"

- name: Install the project
run: uv sync --all-extras --group format --group test --group docs --group external-integration
run: uv sync --all-extras

- name: Run tests
run: uv run pytest tests --benchmark-json output.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Install project
run: |
uv sync --all-extras --group format --group test --group docs --group external-integration
uv sync --all-extras
- name: Bump version
id: bump
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version-file: "pyproject.toml"

- name: Install the project
run: uv sync --all-extras --group format --group test --group docs --group external-integration
run: uv sync --all-extras

- name: Build
run: uv build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install the project
run: |
uv sync --all-extras --group format --group test --group docs --group external-integration
uv sync --all-extras
uv pip install ipykernel
sudo apt-get install pandoc
Expand Down

0 comments on commit a1a76d2

Please sign in to comment.