From a3dbdb9edf27a8106c08393027337fcd06bf5fbb Mon Sep 17 00:00:00 2001 From: Frost Ming Date: Thu, 21 Jul 2022 22:24:55 +0800 Subject: [PATCH] fix tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be425fe..5913489 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,9 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies - run: pdm install -v + run: pdm install -v && pdm info - name: Verify python version - run: python test.py + run: pdm run python test.py env: PYTHON_VERSION: ${{ matrix.python-version }}