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 ffaeddd commit 43bd799Copy full SHA for 43bd799
.github/workflows/PR.yml
@@ -57,9 +57,9 @@ jobs:
57
- name: Install package into separate venv
58
run: |
59
python3 -m venv test_venv
60
- source test_venv/bin/activate || test_venv\Scripts\activate
+ . test_venv/bin/activate || call test_venv\Scripts\activate
61
pip install .
62
- name: Lint our own pakage
63
64
65
nps lint .
0 commit comments