Skip to content

Commit

Permalink
uv
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormonacelli committed Nov 20, 2024
1 parent e9728bb commit c6d7af6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,14 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Install the default version of uv
id: setup-uv
uses: astral-sh/setup-uv@v3
uses: astral-sh/setup-uv@e779db74266a80753577425b0f4ee823649f251d # v3
with:
enable-cache: true
- run: echo "Installed uv version is ${{ steps.setup-uv.outputs.uv-version }}"
- name: Install dependencies
run: uv sync
- name: Create venv and sync deps
run: |
uv venv --python ${{ matrix.python-version }}
uv sync
- name: Run tests (Windows)
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit c6d7af6

Please sign in to comment.