Skip to content

Commit

Permalink
Load venv
Browse files Browse the repository at this point in the history
  • Loading branch information
singular0 committed Aug 9, 2023
1 parent 4d5f327 commit cdee2f2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Load virtual environment
uses: actions/cache@v2
with:
path: venv
key: ${{ runner.os }}-venv-${{ env.PYTHON_IMAGE }}-${{ hashFiles('requirements.txt', 'requirements_dev.txt') }}
- name: Make Sphinx docs
run: |
source venv/bin/activate
Expand Down

0 comments on commit cdee2f2

Please sign in to comment.