File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,6 @@ jobs:
118118 opa-version : ${{ needs.configuration.outputs.opa-version }}
119119 python-version : ${{ matrix.python-version }}
120120
121- <<<<<<< HEAD
122121 - name : Install Pytest Coverage dependencies
123122 run : |
124123 pip install pytest pytest-cov
@@ -127,8 +126,6 @@ jobs:
127126 run : |
128127 python -m pip install .
129128
130- =======
131- >>>>>>> 299903ff48b3046c8c15f95f491061c10d1b5bf8
132129 - name : Run ScubaGoggles and check for correct output (macos-latest)
133130 if : ${{ matrix.operating-system == 'macos-latest'}}
134131 id : mac-path
@@ -179,7 +176,6 @@ jobs:
179176 with :
180177 path : /home/runner/scubagoggles
181178 key : ${{ runner.os }}-baseline-${{ steps.linux-path.outputs.cachepath }}
182- <<<<<<< HEAD
183179
184180 - name : Pytest Coverage Repository
185181 run : |
@@ -195,8 +191,6 @@ jobs:
195191 uses : pypa/gh-action-pip-audit@v1.1.0
196192 with :
197193 inputs : requirements.txt
198- =======
199- >>>>>>> 299903ff48b3046c8c15f95f491061c10d1b5bf8
200194
201195 lhci :
202196 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments