do not fill before checking object dtype is correct due to failing fu… #315
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Runs all tests | |
| name: All Tests | |
| defaults: | |
| run: | |
| shell: bash | |
| on: # Runs on any push event to any branch except master (the coverage workflow takes care of that) | |
| push: | |
| branches-ignore: | |
| - 'master' | |
| jobs: | |
| tests: | |
| uses: pylhc/.github/.github/workflows/tests.yml@master | |
| with: | |
| pytest-options: -m "not cern_network" --mpl |