Skip to content

Commit

Permalink
Run CI with the latest Reflex (#216)
Browse files Browse the repository at this point in the history
This will help us catch regressions in the reflex-examples sooner, even if it
means a broken CI sometimes on an unrelated change.
  • Loading branch information
masenf committed Mar 13, 2024
1 parent 9f5b84c commit c83089d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app_harness.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: app-harness
env:
REFLEX_DEP: 'reflex==0.4.3'
REFLEX_DEP: 'reflex'
TELEMETRY_ENABLED: false
APP_HARNESS_HEADLESS: 1
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_export.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: check-export
env:
REFLEX_DEP: 'reflex==0.4.3'
REFLEX_DEP: 'reflex'
TELEMETRY_ENABLED: false
on:
push:
Expand Down

0 comments on commit c83089d

Please sign in to comment.