From 3e1ca0674188043824c43e0f068c7354538c1fad Mon Sep 17 00:00:00 2001 From: julienmalard Date: Thu, 14 Nov 2024 12:52:43 +0530 Subject: [PATCH] =?UTF-8?q?=E0=AE=9A=E0=AE=BF=E0=AE=A9=E0=AF=8D=E0=AE=A9?= =?UTF-8?q?=20=E0=AE=AA=E0=AE=BF=E0=AE=B4=E0=AF=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tests-py.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests-py.yml b/.github/workflows/tests-py.yml index c0c0d4e..71a3789 100644 --- a/.github/workflows/tests-py.yml +++ b/.github/workflows/tests-py.yml @@ -42,10 +42,10 @@ jobs: cache: true - run: curl -sSL https://pdm-project.org/install-pdm.py | python3 - - if: ${{ matrix.os !== 'windows-latest' }} + if: ${{ matrix.os != 'windows-latest' }} - run: powershell -ExecutionPolicy ByPass -c "irm https://pdm-project.org/install-pdm.py | py -" - if: ${{ matrix.os=== 'windows-latest' }} + if: ${{ matrix.os == 'windows-latest' }} - name: நிருவல் run: cd பை && pdm install