From d2e46c2d4c4531c5a30c289216bd6459a690a410 Mon Sep 17 00:00:00 2001 From: Simon Young <40179067+Kastier1@users.noreply.github.com> Date: Fri, 17 Jan 2025 18:03:13 -0800 Subject: [PATCH] yes (#1177) Co-authored-by: simon --- .github/workflows/deploy-dev.yml | 3 --- requirements.txt | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index e7ee36fd2..437d775ca 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -18,9 +18,6 @@ jobs: deploy: name: Deploy to Reflex and Fly.io runs-on: ubuntu-latest - defaults: - run: - working-directory: src/app steps: - name: Checkout code uses: actions/checkout@v3 diff --git a/requirements.txt b/requirements.txt index 7a3dbf538..ccb42d240 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,4 +16,4 @@ reflex_type_animation==0.0.1 reflex-ag-grid==0.0.10 replicate==0.32.1 reflex-pyplot==0.1.3 -reflex-chakra==0.6.3 \ No newline at end of file +reflex-chakra==0.6.2 \ No newline at end of file