Skip to content

Commit

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

0 comments on commit f570ad9

Please sign in to comment.