Skip to content

Commit aea162a

Browse files
committed
install global and venv separately
1 parent 9e59626 commit aea162a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,16 @@ jobs:
6969
locales
7070
sudo locale-gen en_GB.UTF-8
7171
72-
- name: Install Python requirements.txt
72+
- name: Install Python requirements.txt globally
7373
shell: bash
7474
run: |
7575
pip install .
7676
77+
- name: Install Python requirements.txt into virtualenv
78+
shell: bash
79+
run: |
80+
make .venv/bin
81+
7782
- name: Run chapter test
7883
shell: bash
7984
run: |

0 commit comments

Comments
 (0)