Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
keepingitneil committed Jan 12, 2024
1 parent 580c641 commit f20b832
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@ jobs:
- name: Virtual Env
run: python -m venv venv

- name: Source Virtual Env
run: source venv/bin/activate

- name: Log Env
run: env

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

Expand Down

0 comments on commit f20b832

Please sign in to comment.