Skip to content

Commit

Permalink
just. locked
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Oct 23, 2024
1 parent c16c612 commit 19276a4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.py }}
- run: uv sync --extra test --frozen --locked
- run: uv sync --extra test --locked
- run: uv run pytest --benchmark-disable -vvv
- run: uv cache prune --ci
mypy:
Expand All @@ -50,7 +50,7 @@ jobs:
with:
# Run on oldest Python version to catch more errors
python-version: "3.10"
- run: uv sync --extra test --frozen --locked
- run: uv sync --extra test --locked
- run: make mypy
- run: make stubtest
- run: uv cache prune --ci
Expand All @@ -67,7 +67,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version-file: ".python-version"
- run: uv sync --extra test --frozen --locked
- run: uv sync --extra test --locked
- uses: CodSpeedHQ/action@v3
with:
token: ${{ secrets.CODSPEED_TOKEN }}
Expand All @@ -90,6 +90,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y graphviz
- run: uv sync --extra docs --frozen --locked
- run: uv sync --extra docs --locked
- run: make docs
- run: uv cache prune --ci

0 comments on commit 19276a4

Please sign in to comment.