Skip to content

Commit

Permalink
check_export.yml: set a default reflex_version in code
Browse files Browse the repository at this point in the history
this affects non workflow_dispatch triggers
  • Loading branch information
masenf committed Oct 9, 2023
1 parent e988cd4 commit e457115
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/check_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ jobs:
python -m venv venv
source venv/bin/activate
# pin reflex version - no moving target
pip install 'reflex${{ github.event.inputs.reflex_version }}'
pip install 'reflex${{ github.event.inputs.reflex_version || '==0.2.7' }}'
pip install -r requirements.txt
reflex init
reflex export
Expand Down

0 comments on commit e457115

Please sign in to comment.