Skip to content

Commit

Permalink
Activate poetry venv.
Browse files Browse the repository at this point in the history
  • Loading branch information
adithyabsk committed Apr 12, 2020
1 parent 63a233a commit ed845c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
run: |
poetry install -vvv
if: steps.cache-poetry.outputs.cache-hit != 'true'
- name: Activate poetry env
run: |
source "$( poetry env info --path )/bin/activate"
- uses: actions/cache@v1
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit ed845c1

Please sign in to comment.