Skip to content

Commit 5f18c2d

Browse files
committed
hack hack hack
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent 16e600e commit 5f18c2d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
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

0 commit comments

Comments
 (0)