Skip to content

Commit

Permalink
Move
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanzwicknagl committed Apr 8, 2024
1 parent ea6f3ac commit 521a137
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,15 @@ 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
uses: ts-graphviz/setup-graphviz@v2

- name: Setup ViaspDash
shell: bash -l {0}
run: |
pip install "viasp_dash-$(sh .github/backend-version.sh)-py3-none-any.whl"
- name: Run Tests
working-directory: backend
Expand Down

0 comments on commit 521a137

Please sign in to comment.