Skip to content

Commit 153e267

Browse files
committed
remove the use of venv
1 parent 1d9cf01 commit 153e267

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/python-test-pip.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,11 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
python3 -m venv .bemol
23-
source .bemol/bin/activate
2422
pip install -r requirements.txt
2523
pip install flake8
2624
2725
- name: Lint with flake8
2826
run: |
29-
source .bemol/bin/activate
3027
# stop the build if there are Python syntax errors or undefined names
3128
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3229
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
@@ -41,6 +38,5 @@ jobs:
4138
4239
- name: Test with pytest
4340
run: |
44-
source .bemol/bin/activate
4541
pytest tests/ -vvs --reference tests/ref/
4642

0 commit comments

Comments
 (0)