Skip to content

Commit e1cc6d7

Browse files
Side improvements
1 parent 825148f commit e1cc6d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
python -m pip install --upgrade pip
4141
python -m pip install -r requirements_dev.txt
42-
pip install -r requirements.txt
42+
python -m pip install -r requirements.txt
4343
4444
- name: lint
4545
run: make lint

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.idea/
2-
*/__pycache__/
2+
**/__pycache__/
33
*.egg-info/
44
dist/

0 commit comments

Comments
 (0)