Skip to content

Commit 0713e44

Browse files
committed
try source
1 parent a69e110 commit 0713e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/PR.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ jobs:
5858
shell: bash
5959
run: |
6060
python3 -m venv test_venv
61-
. test_venv/bin/activate || call test_venv\Scripts\activate
61+
source test_venv/bin/activate || call test_venv\Scripts\activate
6262
pip install .
6363
- name: Lint our own pakage
6464
shell: bash
6565
run: |
66-
. test_venv/bin/activate || call test_venv\Scripts\activate
66+
source test_venv/bin/activate || call test_venv\Scripts\activate
6767
nps lint .

0 commit comments

Comments
 (0)