Skip to content

Commit

Permalink
Add viasp_dash as dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanzwicknagl committed Apr 8, 2024
1 parent 5f96312 commit ea6f3ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
run: |
pip install --upgrade --upgrade-strategy eager -r requirements.txt
pip install "viasp_backend-$(sh .github/backend-version.sh)-py3-none-any.whl"
pip install "viasp_dash-$(sh .github/backend-version.sh)-py3-none-any.whl"
if: steps.cache.outputs.cache-hit != 'true'

- name: Setup Graphviz
Expand Down

0 comments on commit ea6f3ac

Please sign in to comment.