From ad01b118e3b4bfc6896ea42cebede78193bfad06 Mon Sep 17 00:00:00 2001 From: Jun Komoda <45822440+junkmd@users.noreply.github.com> Date: Fri, 24 May 2024 17:04:40 +0900 Subject: [PATCH] Update autotest.yml --- .github/workflows/autotest.yml | 43 ++++++++++++++++++---------------- 1 file changed, 23 insertions(+), 20 deletions(-) diff --git a/.github/workflows/autotest.yml b/.github/workflows/autotest.yml index fbc83ffa..8c25f424 100644 --- a/.github/workflows/autotest.yml +++ b/.github/workflows/autotest.yml @@ -38,24 +38,27 @@ jobs: uses: actions/download-artifact@v4 with: name: build-artifact-${{ matrix.os }} - - name: Set up Python - uses: actions/setup-python@v4 - with: - python-version: ${{ matrix.python-version }} - architecture: ${{ matrix.architecture }} - - name: install comtypes - run: | - pip install --upgrade setuptools - python setup.py install - pip uninstall comtypes -y - python test_pip_install.py - - name: Register the OutProc COM server - run: | - tree /f - ./server.exe /RegServer - - name: unittest comtypes - run: | - python -m unittest discover -v -s ./comtypes/test -t comtypes\test - - name: Unregister the OutProc COM server + - name: check run: | - ./server.exe /UnregServer + dir + # - name: Set up Python + # uses: actions/setup-python@v4 + # with: + # python-version: ${{ matrix.python-version }} + # architecture: ${{ matrix.architecture }} + # - name: install comtypes + # run: | + # pip install --upgrade setuptools + # python setup.py install + # pip uninstall comtypes -y + # python test_pip_install.py + # - name: Register the OutProc COM server + # run: | + # tree /f + # ./server.exe /RegServer + # - name: unittest comtypes + # run: | + # python -m unittest discover -v -s ./comtypes/test -t comtypes\test + # - name: Unregister the OutProc COM server + # run: | + # ./server.exe /UnregServer