File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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
Original file line number Diff line number Diff 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+
You can’t perform that action at this time.
0 commit comments