Skip to content

Commit a69e110

Browse files
committed
explicitly run this step in Git bash
1 parent 43bd799 commit a69e110

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/PR.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,13 @@ jobs:
5555
- name: Run tests
5656
run: poetry run pytest -v
5757
- name: Install package into separate venv
58+
shell: bash
5859
run: |
5960
python3 -m venv test_venv
6061
. test_venv/bin/activate || call test_venv\Scripts\activate
6162
pip install .
6263
- name: Lint our own pakage
64+
shell: bash
6365
run: |
6466
. test_venv/bin/activate || call test_venv\Scripts\activate
6567
nps lint .

0 commit comments

Comments
 (0)