Skip to content

Commit

Permalink
Try a venv
Browse files Browse the repository at this point in the history
  • Loading branch information
keepingitneil committed Jan 12, 2024
1 parent e1e2b61 commit 040b846
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
with:
submodules: recursive

- name: Virtual Env
run: python -m venv venv

- name: Install Package to Document
run: python -m pip install ${{ inputs.package_dir }}/

Expand Down

0 comments on commit 040b846

Please sign in to comment.