remove redundant windows env setup

This commit is contained in:
Andrew Cassidy 2021-04-12 14:53:44 -07:00
parent 68e37ca836
commit f34824b45b

View File

@ -30,10 +30,6 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Set up Windows environment
if: runner.os == 'Windows'
uses: ilammy/msvc-dev-cmd@v1
- name: Set up Linux environment
if: runner.os == 'Linux'
run: |