File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 5252 with :
5353 artifact-id : ${{ inputs.artifact-id }}
5454 artifact-runner : ${{ inputs.artifact-runner-id }}
55+
56+ - name : results
57+ run : ls
5558
5659 - name : Pin dependencies to minimal versions
5760 if : ${{ matrix.deps == 'minimal-deps' }}
@@ -119,7 +122,7 @@ jobs:
119122 - name : Install pip dependencies
120123 run : |
121124 python -m pip install --upgrade pip
122- pip install -e "./pkgcore"
125+ pip install "./pkgcore"
123126 pip install "./pkgcheck[test]"
124127
125128 - name : Test with pytest
@@ -156,7 +159,7 @@ jobs:
156159 - name : Install pip dependencies
157160 run : |
158161 python -m pip install --upgrade pip
159- pip install -e "./pkgcore"
162+ pip install "./pkgcore"
160163 pip install "./pkgdev[test]"
161164
162165 - name : Test with pytest
@@ -199,7 +202,7 @@ jobs:
199202 - name : Install pip dependencies
200203 run : |
201204 python -m pip install --upgrade pip
202- pip install -e "./pkgcore"
205+ pip install "./pkgcore"
203206
204207 - name : Run pmaint regen
205208 working-directory : ./gentoo
You can’t perform that action at this time.
0 commit comments