Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into fix-rows-by-key
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemanley committed Nov 15, 2024
2 parents ab405cd + 5f11dd9 commit c378400
Show file tree
Hide file tree
Showing 97 changed files with 2,851 additions and 1,090 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 c378400

Please sign in to comment.