Skip to content

Commit 738d178

Browse files
authored
TEST: Exclude windows-latest python-version 3.8 (QuantEcon#622)
1 parent eb03fd6 commit 738d178

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/conda_ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
matrix:
1717
os: [windows-latest, ubuntu-latest, macos-latest]
1818
python-version: [3.8, 3.9, '3.10']
19+
exclude:
20+
- os: windows-latest
21+
python-version: 3.8
1922

2023
steps:
2124
- uses: actions/checkout@v2

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
matrix:
1717
os: [windows-latest, ubuntu-latest, macos-latest]
1818
python-version: [3.8, 3.9, '3.10']
19+
exclude:
20+
- os: windows-latest
21+
python-version: 3.8
1922

2023
steps:
2124
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)