Skip to content

Commit

Permalink
ci: Fix Python CI (2).
Browse files Browse the repository at this point in the history
  • Loading branch information
jetuk committed Jan 30, 2024
1 parent 4f6b78e commit 9d19c41
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-python@v5
with:
python-version: 3.9
Expand Down Expand Up @@ -47,6 +49,8 @@ jobs:
target: [x64, x86]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-python@v5
with:
python-version: 3.9
Expand Down Expand Up @@ -74,6 +78,8 @@ jobs:
target: [x86_64, i686]
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-python@v5
with:
python-version: 3.9
Expand Down

0 comments on commit 9d19c41

Please sign in to comment.