Skip to content

Commit

Permalink
Remove windows from matrix to test
Browse files Browse the repository at this point in the history
  • Loading branch information
santisoler committed Sep 28, 2020
1 parent 73de834 commit 6b94bf2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
# run all of them to catch failures in different combinations.
fail-fast: false
matrix:
os: [ubuntu, macos, windows]
os: [ubuntu, macos]
python: [3.6, 3.7, 3.8]
# If "optional", will install non-required dependencies in the build
# environment. Otherwise, only required dependencies are installed.
Expand All @@ -45,8 +45,6 @@ jobs:
python: 3.8
- os: macos
python: 3.8
- os: windows
python: 3.8
env:
CONDA_REQUIREMENTS: requirements.txt
CONDA_REQUIREMENTS_DEV: requirements-dev.txt
Expand Down

0 comments on commit 6b94bf2

Please sign in to comment.