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 cb99aad commit a779d91Copy full SHA for a779d91
.github/workflows/it-test.yml
@@ -46,11 +46,6 @@ jobs:
46
if: matrix.os != 'windows-latest'
47
run: chmod +x cli-v2
48
49
- - name: Install dependencies from .codacy/codacy.yaml
50
- if: matrix.os != 'windows-latest'
51
- run: |
52
- ./cli-v2 install
53
-
54
- name: Install dependencies from .codacy/codacy.yaml (Windows)
55
if: matrix.os == 'windows-latest'
56
shell: pwsh
0 commit comments