Skip to content

Commit

Permalink
Use prerelease of webviz-core-components on prerelease of this pack…
Browse files Browse the repository at this point in the history
…age (equinor#408)
  • Loading branch information
anders-kiaer authored Jun 23, 2021
1 parent c657e08 commit c0ad37c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/webviz-subsurface-components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ jobs:
pip install .[dependencies]
pip install dash[dev]
- name: ⏭️ Use latest prerelease wcc when prereleasing wsc
if: github.event.release.prerelease
run: |
npm install --ignore-scripts @webviz/core-components@next
npm run postinstall
- name: 🏗️ Build JavaScript part
run: |
npm run build
Expand Down Expand Up @@ -71,6 +77,7 @@ jobs:
bandit -r -c ./bandit.yml webviz_subsurface_components/ tests/ setup.py examples/
- name: 🤖 Run tests
if: github.event_name != 'release' # Related to https://github.com/equinor/webviz-subsurface-components/issues/409
run: |
npm run test
pytest ./tests --headless
Expand Down

0 comments on commit c0ad37c

Please sign in to comment.