deps: Add scipy #156
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: Cancel | |
on: [push] | |
jobs: | |
cancel: | |
name: 'Cancel Previous Runs' | |
runs-on: ubuntu-latest | |
timeout-minutes: 3 | |
steps: | |
- name: Cancel the core CI workflow | |
uses: styfle/[email protected] | |
with: | |
# Ids to cancel core | |
# https://api.github.com/repos/devitocodes/devitoboundary/actions/workflows | |
workflow_id: 2468423 | |
access_token: ${{ github.token }} | |
- name: Cancel the 1st-order CI workflow | |
uses: styfle/[email protected] | |
with: | |
workflow_id: 14634840 | |
access_token: ${{ github.token }} |