Skip to content

Commit

Permalink
remove reflex hard pin from template requirements.txt
Browse files Browse the repository at this point in the history
we always want to test with head reflex version
  • Loading branch information
masenf committed Nov 27, 2024
1 parent 87fa16a commit b158aeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ jobs:
- name: Init reflex-web from template
run: poetry run reflex init --template https://github.com/masenf/rx_shout
working-directory: ./rx-shout-from-template
- name: ignore reflex pin in requirements
run: sed -i -e '/reflex==/d' requirements.txt
working-directory: ./rx-shout-from-template
- name: Install additional dependencies
run: poetry run uv pip install -r requirements.txt
working-directory: ./rx-shout-from-template
Expand Down

0 comments on commit b158aeb

Please sign in to comment.