8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f179631 + 587db2b commit f18292fCopy full SHA for f18292f
.github/workflows/cygwin.yml
@@ -51,6 +51,7 @@ jobs:
51
name: Python 3.${{ matrix.python-minor-version }} on Cygwin
52
if: |
53
github.event_name == 'workflow_dispatch' ||
54
+ github.event_name == 'schedule' ||
55
(
56
github.repository == 'matplotlib/matplotlib' &&
57
!contains(github.event.head_commit.message, '[ci skip]') &&
@@ -70,7 +71,7 @@ jobs:
70
71
)
72
strategy:
73
matrix:
- python-minor-version: [8, 9]
74
+ python-minor-version: [9]
75
76
steps:
77
- name: Fix line endings
@@ -80,7 +81,7 @@ jobs:
80
81
with:
82
fetch-depth: 0
83
- - uses: cygwin/cygwin-install-action@v2
84
+ - uses: cygwin/cygwin-install-action@v3
85
86
packages: >-
87
ccache gcc-g++ gdb git graphviz libcairo-devel libffi-devel
0 commit comments