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 35362f7 commit 3e564adCopy full SHA for 3e564ad
.github/workflows/unittests.yml
@@ -25,7 +25,7 @@ jobs:
25
pip3 install --upgrade wheel
26
pip3 install pyflakes
27
pip3 install -r tests/test_requirements.txt
28
- pip3 install -e .
+ pip3 install .
29
30
- name: Static code checking with pyflakes
31
run: |
.github/workflows/unittests_codecov.yml
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
@@ -52,4 +52,4 @@ jobs:
52
token: ${{ secrets.CODECOV_TOKEN }}
53
file: ./coverage.xml
54
flags: unittests
55
- fail_ci_if_error: false
+ fail_ci_if_error: false
0 commit comments