Skip to content

Commit

Permalink
deletes integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
edublancas committed Sep 18, 2024
1 parent 24629a5 commit 8a17972
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,37 +33,3 @@ jobs:
- name: Unit tests
run: |
pytest --ignore=tests/test_sample_notebooks.py
integration-tests:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
notebook:
- titanic-logistic-regression-with-python
- customer-segmentation-clustering
- intro-to-time-series-forecasting
- feature-selection-and-data-visualization
- linear-regression-house-price-prediction
- look-at-this-note-feature-engineering-is-easy
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Lint with flake8
run: |
pip install flake8
flake8
- name: Install dependencies
run: |
pip install ".[dev]"
- name: Install integration tests dependencies
run: |
pip install -r _kaggle/requirements.lock.txt
- name: Integration tests
env:
PLOOMBER_STATS_ENABLED: false
run: |
pytest "tests/test_sample_notebooks.py::test_notebooks[${{ matrix.notebook }}]"

0 comments on commit 8a17972

Please sign in to comment.