Skip to content

Commit

Permalink
publish venv
Browse files Browse the repository at this point in the history
  • Loading branch information
jkanche committed Feb 24, 2024
1 parent ac4efe6 commit 9d1e1fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
python-version: '3.9'
cache: 'pip'
- run: pip install jupyter uv
- run: uv venv
- run: source .venv/bin/activate
- run: uv pip install -r requirements.txt

- name: Render
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
/_site/
docs
_freeze
.jupyter_cache/
.jupyter_cache/

chapters/zilinoislung_with_celltypist/

0 comments on commit 9d1e1fc

Please sign in to comment.