Skip to content

Commit ea12e9c

Browse files
authored
Fix/remove windows ci (#9)
* ci: remove Windows builds to avoid gnupg installation hangs --------- Co-authored-by: Hernan Monserrat <16483541+hemonserrat@users.noreply.github.com>
1 parent d4a7cd0 commit ea12e9c

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-latest, windows-latest, macos-latest]
14+
os: [ubuntu-latest, macos-latest]
1515
python-version: ['3.10', '3.11', '3.12']
1616

1717
steps:
@@ -47,11 +47,6 @@ jobs:
4747
run: |
4848
brew install gnupg
4949
50-
- name: Install GPG (Windows)
51-
if: matrix.os == 'windows-latest'
52-
run: |
53-
choco install gnupg
54-
5550
- name: Run tests with coverage
5651
run: |
5752
python -m pytest --cov=git_safe --cov-report=xml --cov-report=html

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,3 +420,4 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
420420
- [cryptography](https://cryptography.io/) - Modern cryptographic operations
421421
- [python-gnupg](https://gnupg.readthedocs.io/) - GPG integration
422422
- [pathspec](https://python-path-specification.readthedocs.io/) - .gitattributes pattern matching
423+

0 commit comments

Comments
 (0)