Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove uv sync from tests
  • Loading branch information
T4rk1n committed Jun 20, 2025
commit 0d1ee829c849b0329938809fa7f2d8a13e0bd8d5
2 changes: 0 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
uv venv .venv --python 3.12
source .venv/bin/activate
uv sync --extra ci --extra dev --extra testing --extra celery --extra diskcache --extra build
pip list | grep dash
npm ci
npm run build.sequential
uv build
Expand Down Expand Up @@ -377,7 +376,6 @@ jobs:
command: |
. venv/bin/activate
pip install dash-package/dash-package.tar.gz[ci,dev,testing,celery,diskcache] --progress-bar off
pip list | grep dash
cd components/dash-html-components
npm ci
npm run prebuild
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ jobs:
run: |
uv venv .venv --python 3.12
source .venv/bin/activate
uv sync --extra ci --extra testing --extra dev
echo "VIRTUAL_ENV=$PWD/.venv" >> $GITHUB_ENV
echo "$PWD/.venv/bin" >> $GITHUB_PATH

Expand Down Expand Up @@ -223,7 +222,6 @@ jobs:
run: |
uv venv .venv --python ${{ matrix.python-version }}
source .venv/bin/activate
uv sync --extra async --extra ci --extra testing --extra dev --extra celery --extra diskcache
echo "VIRTUAL_ENV=$PWD/.venv" >> $GITHUB_ENV
echo "$PWD/.venv/bin" >> $GITHUB_PATH

Expand Down Expand Up @@ -356,7 +354,6 @@ jobs:
run: |
uv venv .venv --python ${{ matrix.python-version }}
source .venv/bin/activate
uv sync --extra ci --extra testing --extra dev
echo "VIRTUAL_ENV=$PWD/.venv" >> $GITHUB_ENV
echo "$PWD/.venv/bin" >> $GITHUB_PATH

Expand Down Expand Up @@ -427,7 +424,6 @@ jobs:
run: |
uv venv .venv --python ${{ matrix.python-version }}
source .venv/bin/activate
uv sync --extra ci --extra testing --extra dev
echo "VIRTUAL_ENV=$PWD/.venv" >> $GITHUB_ENV
echo "$PWD/.venv/bin" >> $GITHUB_PATH

Expand Down Expand Up @@ -541,7 +537,6 @@ jobs:
run: |
uv venv .venv --python 3.12
source .venv/bin/activate
uv sync --extra build --extra dev --extra ci --extra testing
echo "VIRTUAL_ENV=$PWD/.venv" >> $GITHUB_ENV
echo "$PWD/.venv/bin" >> $GITHUB_PATH
- name: Install JavaScript dependencies
Expand Down
Loading