Skip to content

Commit 33f4865

Browse files
committed
small GHA fixes
1 parent 6220450 commit 33f4865

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,19 +38,13 @@ jobs:
3838
- name: Install uv
3939
uses: astral-sh/setup-uv@v7
4040

41-
- name: Poetry caches
42-
uses: actions/cache@v4
43-
with:
44-
path: |
45-
~/.cache/
46-
key: ${{ hashFiles('uv.lock') }}
47-
4841
- name: Install deps
4942
run: uv sync --all-groups
5043

5144
- name: Run tests
5245
run: uv run pytest
5346
env:
47+
PY_COLORS: 1
5448
COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1: ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1 }}
5549
COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2: ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2 }}
5650
COVERAGE_COMMENT_E2E_ACTION_REF: ${{ github.sha }}

.github/workflows/e2e-external-phase-2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
- name: Run end-to-end tests
105105
run: uv run pytest tests/end_to_end
106106
env:
107+
PY_COLORS: 1
107108
COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1: ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_1 }}
108109
COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2: ${{ secrets.COVERAGE_COMMENT_E2E_GITHUB_TOKEN_USER_2 }}
109110
COVERAGE_COMMENT_E2E_ACTION_REF: ${{ steps.extract_commit.outputs.COMMIT_ID }}

0 commit comments

Comments
 (0)