Skip to content

Commit

Permalink
Merge pull request #449 from autonomio/cleanup_ci
Browse files Browse the repository at this point in the history
CI Cleanup
  • Loading branch information
mikkokotila committed Jan 25, 2020
2 parents 63dd7c7 + 79bd795 commit 0635968
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
max-parallel: 9
matrix:
python-version: [3.5, 3.6, 3.7]
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: [3.6, 3.7]
os: [ubuntu-latest, macos-latest]

steps:
- uses: actions/checkout@v1
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Tests
run: |
export MPLBACKEND=agg
pip install tensorflow
pip install tensorflow==1.15.0
pip install coveralls
coverage run --source=talos ./test_script.py
- name: Coverage
Expand Down

0 comments on commit 0635968

Please sign in to comment.