Skip to content

Commit

Permalink
Update requirements path in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Pieniazek committed Mar 25, 2024
1 parent fb5c61a commit 153a432
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
python-version: '3.11'
- name: Install Requirements for personal_website and reflex
run: pip install '${{ github.event.inputs.reflex_dep || env.REFLEX_DEP }}' -r requirements.txt
run: pip install '${{ github.event.inputs.reflex_dep || env.REFLEX_DEP }}' -r env/requirements.txt
- name: Init Website for reflex-web
run: reflex init
- name: Export the website
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
python-version: '3.11'
- name: Install Requirements for personal_webiste
run: pip install -r requirements.txt
run: pip install -r env/requirements.txt
- name: Init Website for reflex-web
run: reflex init
- name: Export the website
Expand Down

0 comments on commit 153a432

Please sign in to comment.