Skip to content

Commit

Permalink
updated dl_cpu(workflows)- For passing CI-Tests (catalyst-team#1135)
Browse files Browse the repository at this point in the history
* updated dl_cpu

* Updated-requirements-ml.txt

* corrected the mistake

* Update dl_cpu.yml

* Update requirements-ml.txt

* Kept dl_cpu 20.04-3.6 minimal as requested

* Corrected the mistakes

* Add requirements parameter

* Update dl_cpu.yml

* Update dl_cpu.yml

Co-authored-by: Sergey Kolesnikov <[email protected]>
  • Loading branch information
2 people authored and zkid18 committed Apr 4, 2021
1 parent 767b031 commit b1ad3e4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
30 changes: 22 additions & 8 deletions .github/workflows/dl_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,38 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
# max-parallel: 6
max-parallel: 6
matrix:
os: [ubuntu-18.04, macOS-10.15] # windows-2019,
os: [ubuntu-18.04, ubuntu-20.04, macOS-10.15] # windows-2019,
python-version: [3.6, 3.7, 3.8]
requirements: ['minimal', 'latest']
exclude:
# pypi problems
- python-version: 3.8
requirements: 'minimal'
- python-version: 3.7
requirements: 'minimal'
# pickle problems
- python-version: 3.8
os: macOS-10.15
- python-version: 3.6
os: macOS-10.15
# github CI problems
- python-version: 3.8
os: ubuntu-18.04
requirements: minimal
- python-version: 3.8
os: ubuntu-20.04
requirements: minimal
# - python-version: 3.7
# os: macOS-10.15
# requirements: minimal
# - python-version: 3.6
# os: ubuntu-18.04
# requirements: minimal
# - python-version: 3.7
# os: ubuntu-18.04
# requirements: minimal
# - python-version: 3.7
# os: ubuntu-20.04
# requirements: minimal

timeout-minutes: 120
timeout-minutes: 30
steps:
- uses: actions/checkout@v2

Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements-ml.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scipy
matplotlib
pandas>=0.22
scikit-learn>=0.20
scipy>=1.3.0
matplotlib>=3.1.0
pandas>=0.25.0
scikit-learn>=0.21.0

0 comments on commit b1ad3e4

Please sign in to comment.