Do some CI cleanup to make reports clearer and future changes easier by EliahKagan · Pull Request #1989 · gitpython-developers/GitPython · GitHub
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/alpine-test.yml
4 changes: 2 additions & 2 deletions .github/workflows/cygwin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: test-cygwin
on: [push, pull_request, workflow_dispatch]

jobs:
build:
test:
runs-on: windows-latest

strategy:
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Set up Cygwin
uses: egor-tensin/setup-cygwin@v4
with:
packages: python39=3.9.16-1 python39-pip python39-virtualenv git
packages: python39 python39-pip python39-virtualenv git

- name: Arrange for verbose output
run: |
Expand Down
25 changes: 13 additions & 12 deletions .github/workflows/pythonpackage.yml