Skip to content

Commit 042e654

Browse files
committed
Test
1 parent 2c50db9 commit 042e654

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/vcpkg.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ jobs:
147147
run: |
148148
$VCPKG_INSTALLATION_ROOT/installed/${{ matrix.triplet }}/tools/python3/${{ matrix.python }} -m ensurepip --upgrade
149149
$VCPKG_INSTALLATION_ROOT/installed/${{ matrix.triplet }}/tools/python3/${{ matrix.python }} -m pip install -r python/dev_requirements.txt
150+
$VCPKG_INSTALLATION_ROOT/installed/${{ matrix.triplet }}/tools/python3/${{ matrix.python }} -c "import pyparsing"
151+
ls -R $VCPKG_INSTALLATION_ROOT/installed/${{ matrix.triplet }}/lib/*/site-packages/
150152
151153
- name: Set Swap Space (Linux)
152154
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)