Skip to content

Commit

Permalink
Updated uv install command
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaTegner committed Dec 22, 2024
1 parent b85c6ab commit 2575bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
path: .venv
key: venv-${{ runner.os }}-${{ runner.arch }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/uv.lock') }}
- name: Install dependencies
run: uv install
run: uv sync --dev
if: steps.cached-uv-dependencies.outputs.cache-hit != 'true'
- name: Download pandoc
run: uv run python setup_binary.py download_pandoc
Expand Down

0 comments on commit 2575bfd

Please sign in to comment.