Skip to content

Commit

Permalink
fix: Fix incorrect lazy schema for aggregations (#19753)
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion authored Nov 13, 2024
1 parent 37ae8e7 commit 87367e9
Show file tree
Hide file tree
Showing 3 changed files with 169 additions and 94 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,13 @@ jobs:
with:
python-version: '3.12'

- name: Create virtual environment
- name: Install uv
run: |
curl -LsSf https://astral.sh/uv/install.sh | sh
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
- name: Create virtual environment
run: |
uv venv
echo "$GITHUB_WORKSPACE/.venv/bin" >> $GITHUB_PATH
echo "VIRTUAL_ENV=$GITHUB_WORKSPACE/.venv" >> $GITHUB_ENV
Expand Down Expand Up @@ -165,7 +169,7 @@ jobs:
runs-on: ubuntu-latest

steps:
# Needed to fetch the Codecov config file
# Needed to fetch the Codecov config file
- uses: actions/checkout@v4

- name: Download coverage reports
Expand Down
Loading

0 comments on commit 87367e9

Please sign in to comment.