Skip to content

Commit 8e7540f

Browse files
committed
added activate virtual environment
1 parent acdcab5 commit 8e7540f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/python-license-check.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
path: .venv
4545
key: venv-no-dev-depend-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}
4646
#----------------------------------------------
47+
# Activate virtual environment
48+
#----------------------------------------------
49+
- name: Activate Virtual Environment
50+
run: source .venv/bin/activate
51+
#----------------------------------------------
4752
# install dependencies if cache does not exist
4853
#----------------------------------------------
4954
- name: Install dependencies

0 commit comments

Comments
 (0)