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.
1 parent 8b9492a commit 80881a8Copy full SHA for 80881a8
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
25
steps:
26
- name: Set up Python
27
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
28
with:
29
python-version: ${{ matrix.python-version }}
30
- uses: actions/cache@v2
@@ -57,7 +57,7 @@ jobs:
57
58
59
- name: Set up Python ${{ matrix.python-version }}
60
61
62
63
@@ -101,7 +101,7 @@ jobs:
101
MPLBACKEND: "agg"
102
103
104
105
106
107
0 commit comments