Skip to content

Commit 69d85ce

Browse files
committed
Try again with venv
1 parent 7f3dfc8 commit 69d85ce

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
python-version: '3.9'
2828
- name: Install dependencies
2929
run: |
30+
venv venv
31+
. venv/bin/activate
3032
python -m pip install --upgrade pip
3133
python -m pip install poetry
3234
poetry install
@@ -49,8 +51,9 @@ jobs:
4951
- name: Run linters
5052
working-directory: .
5153
run: |
54+
. venv/bin/activate
5255
chmod +x conf/run_linters.sh
53-
. conf/run_linters.sh
56+
conf/run_linters.sh
5457
#- name: Cache SonarQube packages
5558
# uses: actions/cache@v4
5659
# with:

0 commit comments

Comments
 (0)