Skip to content

Commit

Permalink
Merge branch 'main' into feat/native-series
Browse files Browse the repository at this point in the history
  • Loading branch information
FBruzzesi committed Aug 7, 2024
2 parents 8f83655 + a4c8e25 commit 7dba6b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/schedule-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
if: always()
run: |
python -m pip install wheel
python -m pip install ${{ matrix.pre-release-dependencies }} -e ".[test]"
python -m pip freeze
- name: Test with pytest
if: always()
run: pytest -n auto --disable-warnings --cov=sklego -m "not cvxpy and not formulaic and not umap"

cron-extra:
Expand All @@ -45,9 +47,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
if: always()
run: |
python -m pip install wheel
python -m pip install ${{ matrix.pre-release-dependencies }} -e ".[test,${{ matrix.extra }}]"
python -m pip freeze
- name: Test with pytest
if: always()
run: pytest -n auto --disable-warnings --cov=sklego -m "${{ matrix.extra }}"

0 comments on commit 7dba6b4

Please sign in to comment.