Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanzwicknagl committed Jul 15, 2023
1 parent c1192f7 commit 913393f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: cache

- name: Install requirements
run: pip install --upgrade --upgrade-strategy eager -r requirements.txt
run: pip install --upgrade --upgrade-strategy eager -r binder/requirements.txt
if: steps.cache.outputs.cache-hit != 'true'

node:
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
- name: Install dev dependencies, backend and frontend
shell: bash -l {0}
run: |
pip install --upgrade --upgrade-strategy eager -r requirements.txt
pip install --upgrade --upgrade-strategy eager -r binder/requirements.txt
pip install "viasp_backend-$(sh .github/backend-version.sh)-py3-none-any.whl"
pip install "viasp_dash-$(sh .github/frontend-version.sh)-py3-none-any.whl"
#if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 913393f

Please sign in to comment.