Skip to content

Commit da815a8

Browse files
Don't need a venv!
1 parent b499acc commit da815a8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/basic_checks.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,6 @@ jobs:
140140

141141
- name: Install Python packages
142142
run: |
143-
python3 -m venv venv
144-
source venv/bin/activate
145143
pip install -e ./tools[linters]
146144
147145
- name: Check Python Formatting
@@ -183,8 +181,6 @@ jobs:
183181

184182
- name: Install Python packages
185183
run: |
186-
python3 -m venv venv
187-
source venv/bin/activate
188184
pip install -e ./tools[unit-tests]
189185
190186
- name: Python Tests

0 commit comments

Comments
 (0)