Skip to content

Commit

Permalink
Merge branch 'main' into dt-replace
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumiller committed Nov 13, 2024
2 parents 1863b06 + 9f79100 commit 13ff2f7
Show file tree
Hide file tree
Showing 85 changed files with 2,964 additions and 736 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 13ff2f7

Please sign in to comment.