mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 07:18:47 +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:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
python-version: ["3.11"]
|
||||
exclude:
|
||||
- os: windows-latest
|
||||
python-version: "3.11"
|
||||
include:
|
||||
- os: windows-latest
|
||||
python-version: "3.10"
|
||||
|
Reference in New Issue
Block a user