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 2e280a5 commit de11279Copy full SHA for de11279
.github/workflows/unit-tests.yml
@@ -93,7 +93,7 @@ jobs:
93
- name: Install dependencies
94
run: |
95
pip install -r requirements-dev.txt
96
- python setup.py install
+ pip install .
97
pip list
98
99
- name: Check code formatting
0 commit comments