Develop: Update environment.yml to fix scipy version issue #242
Workflow file for this run
This file contains 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
name: SHARPy Tests | |
on: | |
pull_request: | |
branches: | |
- main | |
- develop | |
- 'rc*' | |
paths-ignore: | |
- '*.py' | |
- 'lib/**' | |
- '.github/workflows/**' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- run: 'echo "No changes to python files, submodules or workflows, no run required" ' |