Skip to content

Commit

Permalink
removed uv
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaTegner committed Dec 22, 2024
1 parent 2cb06a0 commit ecac968
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
- name: install TinyTeX
uses: r-lib/actions/setup-tinytex@v2
- name: Install and configure UV
run: pip3 install --upgrade uv setuptools
run: pip3 install --upgrade pip setuptools wheel
- name: Install dependencies
run: uv sync --dev
run: pip3 install -e .[dev]
- name: Download pandoc
run: ./.venv/scripts/python setup_binary.py download_pandoc
run: python setup_binary.py download_pandoc
- name: run tests
run: ./.venv/scripts/python tests.py
run: python tests.py

builder_pypandoc:
needs: [test]
Expand Down

0 comments on commit ecac968

Please sign in to comment.