Skip to content

Commit 939019f

Browse files
authored
Update continuous-integration.yml
1 parent f12defa commit 939019f

File tree

1 file changed

+1
-23
lines changed

1 file changed

+1
-23
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -11,37 +11,15 @@ jobs:
1111
os:
1212
- ubuntu-latest
1313
- macos-latest
14-
- windows-latest
1514
runs-on: ${{ matrix.os }}
1615
steps:
1716
- uses: actions/checkout@v1
18-
- uses: actions/setup-python@v2
19-
with:
20-
python-version: '2.7'
21-
- name: Test (Python 2)
22-
run: swift test --enable-test-discovery
23-
if: runner.os != 'Windows'
24-
env:
25-
PYTHON_VERSION: 2
26-
PYTHON_LOADER_LOGGING: TRUE
27-
- name: Test (Python 2 on Windows)
28-
uses: MaxDesiatov/swift-windows-action@v1
29-
if: runner.os == 'Windows'
30-
env:
31-
PYTHON_VERSION: 2
32-
PYTHON_LOADER_LOGGING: TRUE
3317
- uses: actions/setup-python@v2
3418
with:
3519
python-version: '3.x'
36-
- name: Test (Python 3)
20+
- name: Test
3721
run: swift test --enable-test-discovery
3822
if: runner.os != 'Windows'
3923
env:
4024
PYTHON_VERSION: 3
4125
PYTHON_LOADER_LOGGING: TRUE
42-
- name: Test (Python 3 on Windows)
43-
uses: MaxDesiatov/swift-windows-action@v1
44-
if: runner.os == 'Windows'
45-
env:
46-
PYTHON_VERSION: 3
47-
PYTHON_LOADER_LOGGING: TRUE

0 commit comments

Comments
 (0)