Skip to content

Commit

Permalink
removed codecov installation (unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngupta23 committed Apr 13, 2023
1 parent 45ed60b commit 61e3e20
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |
export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
python -m pip install -U pip
python -m pip install -U pytest codecov numpy
python -m pip install -U pytest numpy
pip install -e ".[full, test]"
if [ -f requirements-prophet.txt ]; then pip install -r requirements-prophet.txt; fi
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
run: |
$env:SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL = 'True'
python -m pip install -U pip
python -m pip install -U pytest codecov numpy
python -m pip install -U pytest numpy
pip install -e ".[full, test]"
pip install -r requirements-prophet.txt
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
run: |
export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
python -m pip install --upgrade pip
python -m pip install -U pytest codecov numpy
python -m pip install -U pytest numpy
pip install -e ".[full, test]"
- name: Python version and dependency list
run: |
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
run: |
export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
python -m pip install -U pip
python -m pip install -U pytest codecov numpy
python -m pip install -U pytest numpy
pip install -e ".[full, test]"
if [ -f requirements-prophet.txt ]; then pip install -r requirements-prophet.txt; fi
Expand Down Expand Up @@ -221,7 +221,7 @@ jobs:
run: |
export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
python -m pip install -U pip
python -m pip install -U pytest codecov numpy
python -m pip install -U pytest numpy
pip install -e ".[full, test]"
if [ -f requirements-prophet.txt ]; then pip install -r requirements-prophet.txt; fi
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
run: |
export SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True
python -m pip install -U pip
python -m pip install -U pytest codecov numpy
python -m pip install -U pytest numpy
pip install -e ".[full, test]"
if [ -f requirements-prophet.txt ]; then pip install -r requirements-prophet.txt; fi
Expand Down

0 comments on commit 61e3e20

Please sign in to comment.