Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaTegner committed Dec 22, 2024
1 parent 1389780 commit 0d251e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ jobs:
- name: Install and configure UV
run: pip3 install --upgrade uv setuptools
- name: Install dependencies
run: uv pip install --system --no-cache-dir .[all]
run: |
uv sync --dev
source .venv/bin/activate
- name: Download pandoc
run: python setup_binary.py download_pandoc
- name: run tests
Expand Down

0 comments on commit 0d251e0

Please sign in to comment.