From 9cd6ad29cac2df8bfd0917ca261a3bebbc4a6483 Mon Sep 17 00:00:00 2001 From: Cody Date: Sat, 24 Aug 2024 13:32:41 -0400 Subject: [PATCH] more stuff --- .github/workflows/cicd.yaml | 3 +++ justfile | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index e3fe853..d425b19 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -32,6 +32,9 @@ jobs: - uses: quarto-dev/quarto-actions/setup@v2 + - name: setup uv + run: curl -LsSf https://astral.sh/uv/install.sh | sh + - name: install requirements run: just setup diff --git a/justfile b/justfile index b61d7b0..c40e07b 100644 --- a/justfile +++ b/justfile @@ -24,7 +24,6 @@ build: # setup setup: - @pip install uv @uv venv @. .venv/bin/activate @uv pip install --upgrade --resolution=highest -r dev-requirements.txt