Skip to content

Commit

Permalink
ls
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed May 8, 2024
1 parent 6cfffef commit 9c06f55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ jobs:
shell: bash
- name: Install sphinx requirements
run: |
python3 -m venv ${GITHUB_WORKSPACE}/_venv
source ${GITHUB_WORKSPACE}/_venv/bin/activate
python3 -m venv _venv
ls _venv/*
source _venv/bin/activate
pip3 install -r website/requirements.txt
shell: bash
- name: Configure
Expand Down

0 comments on commit 9c06f55

Please sign in to comment.