Skip to content

Commit

Permalink
Update autotest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
junkmd authored May 24, 2024
1 parent 4e72c85 commit 8d7a6bd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/autotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
uses: actions/download-artifact@v4
with:
name: build-artifact-${{ matrix.os }}
- name: Set up MSVC
uses: ilammy/msvc-dev-cmd@v1
- name: Register the OutProc COM server
run: |
./server.exe /RegServer
Expand All @@ -47,9 +49,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.architecture }}
- name: unittest comtypes
run: |
python -m unittest discover -v -s ./comtypes/test -t comtypes\test
# - 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
Expand All @@ -59,7 +61,8 @@ jobs:
strategy:
matrix:
os: [windows-latest, windows-2019]
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
# python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12']
python-version: ['3.12']
architecture: ['x86', 'x64']
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8d7a6bd

Please sign in to comment.