Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jul 26, 2024
1 parent 0abac59 commit e22ae83
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
-- \
--installpkg dist/*.whl
uv cache purge --ci
uv cache prune --ci
- name: Upload coverage data
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
# Report again and fail if under 100%.
python -Im coverage report --fail-under=100
uv cache purge --ci
uv cache prune --ci
- name: Upload HTML report if check failed.
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
--python ${{ matrix.python-version }} \
--sessions mypy_api
uv cache purge --ci
uv cache prune --ci
- name: Check using Pyright
run: |
Expand All @@ -159,7 +159,7 @@ jobs:
--sessions pyright_api
- name: remove cache files that shouldn't be preserved.
run: uv cache purge --ci
run: uv cache prune --ci

mypy-pkg:
name: Type-check package
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
python -Im nox \
--sessions mypy_pkg
uv cache purge --ci
uv cache prune --ci
docs:
name: Build docs & run doctests
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
python -Im nox \
--session docs
uv cache purge --ci
uv cache prune --ci
install-dev:
name: Verify dev env
Expand All @@ -238,7 +238,7 @@ jobs:
uv venv
uv pip install -e .[dev]
uv cache purge --ci
uv cache prune --ci
- name: Try to import on Linux
run: |
Expand Down

0 comments on commit e22ae83

Please sign in to comment.