Skip to content

Commit

Permalink
more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount committed Aug 24, 2024
1 parent d6e2ef8 commit 9cd6ad2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cd6ad2

Please sign in to comment.