mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 23:38:49 +00:00
Merge pull request #44 from PR0M3TH3AN/codex/fix-secp256k1-build-issue-on-windows
Fix Windows workflow matrix
This commit is contained in:
3
.github/workflows/python-ci.yml
vendored
3
.github/workflows/python-ci.yml
vendored
@@ -12,6 +12,9 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
python-version: ["3.11"]
|
python-version: ["3.11"]
|
||||||
|
exclude:
|
||||||
|
- os: windows-latest
|
||||||
|
python-version: "3.11"
|
||||||
include:
|
include:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
python-version: "3.10"
|
python-version: "3.10"
|
||||||
|
Reference in New Issue
Block a user