Skip to content
This repository was archived by the owner on Feb 17, 2021. It is now read-only.

Commit 0bec87e

Browse files
author
staticdev
committed
Uncomment windows
1 parent 6b1a7fe commit 0bec87e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
include:
15+
<<<<<<< HEAD
1516
- { python-version: 3.8, os: ubuntu-latest, session: "pre-commit" }
1617
- { python-version: 3.8, os: ubuntu-latest, session: "safety" }
1718
- { python-version: 3.8, os: ubuntu-latest, session: "mypy" }
@@ -26,6 +27,12 @@ jobs:
2627
env:
2728
NOXSESSION: ${{ matrix.session }}
2829

30+
=======
31+
- { python-version: 3.8, os: ubuntu-latest }
32+
- { python-version: 3.8, os: windows-latest }
33+
- { python-version: 3.8, os: macos-latest }
34+
- { python-version: 3.7, os: ubuntu-latest }
35+
>>>>>>> Uncomment windows
2936
steps:
3037
- name: Check out the repository
3138
uses: actions/checkout@v2.3.1

0 commit comments

Comments
 (0)