Skip to content

Commit

Permalink
[MNT] differential testing of cython based estimators (#5206)
Browse files Browse the repository at this point in the history
This PR upgrades the `test-cython-estimators` that runs the test suite
on `cython` based estimators to the status of the other test suite runs,
in that it should run tests only on estimator classes whose modules have
changed with respect to `main`.

This is achieved by the presence of the `main` branch that is now also
avaliable to this CI element - without, it simply always tests all
estimators.
  • Loading branch information
fkiraly committed Sep 16, 2023
1 parent 1260a37 commit 9896650
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4

- run: git remote set-branches origin 'main'

- run: git fetch --depth 1

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 9896650

Please sign in to comment.