Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaTegner committed Dec 22, 2024
1 parent 2575bfd commit 1389780
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,12 @@ jobs:
uses: r-lib/actions/setup-tinytex@v2
- name: Install and configure UV
run: pip3 install --upgrade uv setuptools
- name: Set up cache
uses: actions/cache@v4
id: cached-uv-dependencies
with:
# Adjust these paths/keys if your UV tooling places caches in a different directory
path: .venv
key: venv-${{ runner.os }}-${{ runner.arch }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/uv.lock') }}
- name: Install dependencies
run: uv sync --dev
if: steps.cached-uv-dependencies.outputs.cache-hit != 'true'
run: uv pip install --system --no-cache-dir .[all]
- name: Download pandoc
run: uv run python setup_binary.py download_pandoc
run: python setup_binary.py download_pandoc
- name: run tests
run: uv run python tests.py
run: python tests.py

builder_pypandoc:
needs: [test]
Expand Down

0 comments on commit 1389780

Please sign in to comment.