From 6612ea88ba6071854ffd421e4e4fc0239b19b227 Mon Sep 17 00:00:00 2001 From: Muspi Merol Date: Thu, 10 Oct 2024 16:59:09 +0800 Subject: [PATCH] test --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fdd6adf..fe1e7d1 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,15 +32,15 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - - name: Create venv - continue-on-error: true - run: | - uv v -p ${{ matrix.python-version }} - name: Setup PDM with Python ${{ matrix.python-version }} uses: pdm-project/setup-pdm@v4 if: matrix.os == 'windows-latest' with: python-version: ${{ matrix.python-version }} + - name: Create venv + continue-on-error: true + run: | + uv v -p ${{ matrix.python-version }} || pdm venv create - name: Install dependencies run: | pdm export --pyproject | uv pip install -r - .[playground]