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 825148f commit e1cc6d7Copy full SHA for e1cc6d7
.github/workflows/_code_checks.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
python -m pip install --upgrade pip
41
python -m pip install -r requirements_dev.txt
42
- pip install -r requirements.txt
+ python -m pip install -r requirements.txt
43
44
- name: lint
45
run: make lint
.gitignore
@@ -1,4 +1,4 @@
1
.idea/
2
-*/__pycache__/
+**/__pycache__/
3
*.egg-info/
4
dist/
0 commit comments