Skip to content

Commit

Permalink
Fix CI on Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesyringa committed May 24, 2024
1 parent c704a39 commit 178873e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: pip
- run: pip3 install pyyaml
- run: python3 test.py
Expand All @@ -23,6 +24,7 @@ jobs:
sudo apt-get install g++-i686-linux-gnu
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: pip
- run: pip3 install pyyaml
- run: python3 test.py --cross i386
Expand Down Expand Up @@ -71,6 +73,7 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: pip
- run: pip3 install pyyaml pywin32
- run: python3 test.py --msvc x86_64
Expand All @@ -88,6 +91,7 @@ jobs:
arch: x86
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: pip
- run: pip3 install pyyaml pywin32
- run: python3 test.py --msvc i386

0 comments on commit 178873e

Please sign in to comment.