Skip to content

Commit 43bd799

Browse files
committed
try this syntax
1 parent ffaeddd commit 43bd799

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
@@ -57,9 +57,9 @@ jobs:
5757
- name: Install package into separate venv
5858
run: |
5959
python3 -m venv test_venv
60-
source test_venv/bin/activate || test_venv\Scripts\activate
60+
. test_venv/bin/activate || call test_venv\Scripts\activate
6161
pip install .
6262
- name: Lint our own pakage
6363
run: |
64-
source test_venv/bin/activate || test_venv\Scripts\activate
64+
. test_venv/bin/activate || call test_venv\Scripts\activate
6565
nps lint .

0 commit comments

Comments
 (0)