Skip to content

Commit 19276a4

Browse files
just. locked
1 parent c16c612 commit 19276a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: actions/setup-python@v5
3535
with:
3636
python-version: ${{ matrix.py }}
37-
- run: uv sync --extra test --frozen --locked
37+
- run: uv sync --extra test --locked
3838
- run: uv run pytest --benchmark-disable -vvv
3939
- run: uv cache prune --ci
4040
mypy:
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
# Run on oldest Python version to catch more errors
5252
python-version: "3.10"
53-
- run: uv sync --extra test --frozen --locked
53+
- run: uv sync --extra test --locked
5454
- run: make mypy
5555
- run: make stubtest
5656
- run: uv cache prune --ci
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/setup-python@v5
6868
with:
6969
python-version-file: ".python-version"
70-
- run: uv sync --extra test --frozen --locked
70+
- run: uv sync --extra test --locked
7171
- uses: CodSpeedHQ/action@v3
7272
with:
7373
token: ${{ secrets.CODSPEED_TOKEN }}
@@ -90,6 +90,6 @@ jobs:
9090
run: |
9191
sudo apt-get update
9292
sudo apt-get install -y graphviz
93-
- run: uv sync --extra docs --frozen --locked
93+
- run: uv sync --extra docs --locked
9494
- run: make docs
9595
- run: uv cache prune --ci

0 commit comments

Comments
 (0)