We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69e110 commit 0713e44Copy full SHA for 0713e44
.github/workflows/PR.yml
@@ -58,10 +58,10 @@ jobs:
58
shell: bash
59
run: |
60
python3 -m venv test_venv
61
- . test_venv/bin/activate || call test_venv\Scripts\activate
+ source test_venv/bin/activate || call test_venv\Scripts\activate
62
pip install .
63
- name: Lint our own pakage
64
65
66
67
nps lint .
0 commit comments