Skip to content

Commit 4ff3e1e

Browse files
author
Massimiliano Pippi
committed
explicit
1 parent c180f97 commit 4ff3e1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
strategy:
99
matrix:
10-
operating-system: [ubuntu-latest, windows-latest]
10+
operating-system: [ubuntu-18.04, windows-2019]
1111

1212
runs-on: ${{ matrix.operating-system }}
1313

@@ -48,8 +48,8 @@ jobs:
4848
run: task test-unit
4949

5050
- name: Run unit tests on the legacy package
51+
if: matrix.os != 'windows-2019'
5152
run: task test-legacy
52-
if: matrix.os != 'windows-latest'
5353

5454
- name: Install Python
5555
uses: actions/setup-python@v1

0 commit comments

Comments
 (0)