Skip to content

Commit

Permalink
add venv
Browse files Browse the repository at this point in the history
  • Loading branch information
Koeng101 committed Aug 17, 2024
1 parent 4f45ca0 commit c252658
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
- name: Generate documentation
run: |
python -m venv test_env
source test_env/bin/activate
pip install ./py/dist/*.whl
python -c "from dnadesign import fasta_parser; print('Library loaded successfully')"
pip install pdoc
pdoc --html --output-dir docs ./py/dnadesign
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit c252658

Please sign in to comment.