Skip to content

Commit

Permalink
use the venv in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinschaper committed Nov 12, 2024
1 parent fa5004e commit 0b8c9fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: Activate venv and Install dependencies
run: |
source venv/bin/activate
source .venv/bin/activate
uv pip install -r requirements.txt
- name: Run Jupyter Notebook
run: |
source venv/bin/activate
source .venv/bin/activate
jupyter nbconvert --to notebook --execute omim_vs_orphanet_comparison.ipynb --output omim_vs_orphanet_comparison_output.ipynb
- name: Get Date for Release Tag
Expand Down

0 comments on commit 0b8c9fd

Please sign in to comment.