Skip to content

Commit

Permalink
ci: install Win
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jan 22, 2021
1 parent 41d0aab commit feb8f77
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
# max-parallel: 6
matrix:
# PyTorch 1.5 is failing on Win and bolts requires torchvision>=0.5
os: [ubuntu-20.04, macOS-10.15] # , windows-2019
python-version: [3.7, 3.8]
os: [ubuntu-20.04, macOS-10.15, windows-2019] #
python-version: [3.7]

steps:
- uses: actions/checkout@master
Expand All @@ -49,6 +49,7 @@ jobs:
python setup.py sdist
- name: Install package
if: runner.os != 'windows'
run: |
pip install virtualenv
virtualenv vEnv ; source vEnv/bin/activate
Expand Down

0 comments on commit feb8f77

Please sign in to comment.