From 61d1fe68c8aa8d65b4f17e47260d00011714471d Mon Sep 17 00:00:00 2001 From: Nikhil Rao Date: Fri, 17 Mar 2023 13:07:26 -0700 Subject: [PATCH] Comment pcweb integration tests (#702) --- .github/workflows/integration_website.yml | 26 +++++++++++------------ 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/integration_website.yml b/.github/workflows/integration_website.yml index 75e5c44e4..3f6500c93 100644 --- a/.github/workflows/integration_website.yml +++ b/.github/workflows/integration_website.yml @@ -58,16 +58,16 @@ jobs: path: .venv key: python-${{ matrix.python-version }}-pydeps-${{ hashFiles('**/poetry.lock') }} - - name: Poetry Install - run: poetry install --no-interaction --no-root - if: steps.cache-deps.outputs.cache-hit != 'true' - - name: Install Requirements - working-directory: ./pcweb - run: poetry run pip install -r requirements.txt && poetry run pip install pynecone==0.1.19 && poetry run pip install googletrans - - name: Init Website - working-directory: ./pcweb - run: poetry run pc init - - name: Run Website and Check for errors - run: | - chmod +x ./scripts/integration.sh - ./scripts/integration.sh ./pcweb prod + # - name: Poetry Install + # run: poetry install --no-interaction --no-root + # if: steps.cache-deps.outputs.cache-hit != 'true' + # - name: Install Requirements + # working-directory: ./pcweb + # run: poetry run pip install -r requirements.txt && poetry run pip install googletrans + # - name: Init Website + # working-directory: ./pcweb + # run: poetry run pc init + # - name: Run Website and Check for errors + # run: | + # chmod +x ./scripts/integration.sh + # ./scripts/integration.sh ./pcweb prod