Skip to content

Commit

Permalink
just compile reqs so they get installed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kabir Khan committed Feb 26, 2024
1 parent 390d68b commit 02618e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
uv venv .venv
source .venv/bin/activate
uv pip install -e ./ --extra dev
uv pip install -r requirements-dev.txt
- name: Lint
run: |
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
uv venv .venv
source .venv/bin/activate
uv pip install -e ./ --extra dev
uv pip install -r requirements-dev.txt
- name: test
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
uv venv .venv
source .venv/bin/activate
uv pip install -e . --extra dev
uv pip install -r requirements-dev.txt
- name: Deploy Docs
run: |
Expand Down

0 comments on commit 02618e1

Please sign in to comment.